diff options
Diffstat (limited to 'config/admin/schema_inc.php')
| -rwxr-xr-x | config/admin/schema_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/admin/schema_inc.php b/config/admin/schema_inc.php index 474c9ef..7d6bfb5 100755 --- a/config/admin/schema_inc.php +++ b/config/admin/schema_inc.php @@ -1,7 +1,7 @@ <?php global $gBitInstaller; -$gBitInstaller->registerPackageInfo( CONFIG_PKG_NAME, [ +$gBitInstaller->registerPackageInfo( 'config', [ 'description' => "Configuration package contains site specific configuration that can override the core system templates and functionality. Themes are stored in this package which can be selected between.", 'license' => '<a href="http://www.gnu.org/licenses/licenses.html#LGPL">LGPL</a>', ] ); |
