diff options
| author | spider@app1 <spiderr@bitweaver.org> | 2016-06-21 12:01:02 -0400 |
|---|---|---|
| committer | spider@app1 <spiderr@bitweaver.org> | 2016-06-21 12:01:02 -0400 |
| commit | 743efb8fd81949ccbfc76814cb0262ab8aec4afa (patch) | |
| tree | c0620ec68e5051e3bb9d98159a21208475c3a89c /admin | |
| parent | 62b3bc74acf5663c9f29c37440245b23498beceb (diff) | |
| download | kernel-743efb8fd81949ccbfc76814cb0262ab8aec4afa.tar.gz kernel-743efb8fd81949ccbfc76814cb0262ab8aec4afa.tar.bz2 kernel-743efb8fd81949ccbfc76814cb0262ab8aec4afa.zip | |
update for BitSystem::get(set)ActivePackage() instead of ACTIVE_PACKAGE
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/index.php b/admin/index.php index 5b2534a..5d1a825 100644 --- a/admin/index.php +++ b/admin/index.php @@ -55,7 +55,7 @@ if( !empty( $_REQUEST["page"] )) { $adminPage = constant( strtoupper( $package ).'_PKG_PATH' ).'/admin/admin_'.$adminFile.'_inc.php'; // gBitThemes->loadLayout uses this to determine the currently active package - $gBitSystem->mActivePackage = $package; + $gBitSystem->setActivePackage( $package ); } $gBitSmarty->assign( 'package', $package ); $gBitSmarty->assign( 'adminFile', $adminFile ); |
