summaryrefslogtreecommitdiff
path: root/config/admin/schema_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/admin/schema_inc.php')
-rwxr-xr-xconfig/admin/schema_inc.php2
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>',
] );