summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-04-05 11:15:29 +0100
committerlsces <lester@lsces.co.uk>2026-04-05 11:15:29 +0100
commit3db31967a73d3855a95c23f9dd8da41fbeb0cb3d (patch)
treec96daab531f7f9ec704069e65f30f5949c27ffc5
parent4137464c5a3d33af558a831af9f278c0a6d7a0b5 (diff)
downloadbitweaver-5.0.0.tar.gz
bitweaver-5.0.0.tar.bz2
bitweaver-5.0.0.zip
Can't use defined name until it's defined :)V5.0.0
-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>',
] );