diff options
Diffstat (limited to 'bit_setup_inc.php')
| -rw-r--r-- | bit_setup_inc.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/bit_setup_inc.php b/bit_setup_inc.php index 44f6708..1e36384 100644 --- a/bit_setup_inc.php +++ b/bit_setup_inc.php @@ -3,7 +3,7 @@ * base package include * * @author spider <spider@steelsun.com> - * @version $Revision: 1.9 $ + * @version $Revision: 1.10 $ * @package liberty * @subpackage functions */ @@ -11,15 +11,12 @@ $registerHash = array( 'package_name' => 'liberty', 'package_path' => dirname( __FILE__ ).'/', - 'required_package'=> TRUE, + 'required_package'=> TRUE, ); $gBitSystem->registerPackage( $registerHash ); require_once( LIBERTY_PKG_PATH.'LibertySystem.php' ); -global $gLibertySystem; -$gLibertySystem = new LibertySystem(); - // load only the active plugins unless this is the first run after an install $current_default_format_guid = $gBitSystem->getConfig( 'default_format' ); $plugin_status = $gBitSystem->getConfig( 'liberty_plugin_status_'.$current_default_format_guid ); |
