diff options
Diffstat (limited to 'bit_setup_inc.php')
| -rw-r--r-- | bit_setup_inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bit_setup_inc.php b/bit_setup_inc.php index c1ac272..1f08c85 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.5 $ + * @version $Revision: 1.6 $ * @package liberty * @subpackage functions */ @@ -13,6 +13,7 @@ global $gBitSystem, $gBitUser, $gBitSmarty; $registerHash = array( 'package_name' => 'liberty', 'package_path' => dirname( __FILE__ ).'/', + 'required_package'=> TRUE, ); $gBitSystem->registerPackage( $registerHash ); |
