summaryrefslogtreecommitdiff
path: root/bit_setup_inc.php
diff options
context:
space:
mode:
authorLee L Bell <starrrider@users.sourceforge.net>2006-02-14 05:13:05 +0000
committerLee L Bell <starrrider@users.sourceforge.net>2006-02-14 05:13:05 +0000
commitefaf1dae5e25d305566956e66d4b114a57bbe5e4 (patch)
tree5faf0dd141df92bf7429396ac4c757df8f4829a5 /bit_setup_inc.php
parentea190180ae82134f4f2716415a9840152874f49c (diff)
downloadlanguages-efaf1dae5e25d305566956e66d4b114a57bbe5e4.tar.gz
languages-efaf1dae5e25d305566956e66d4b114a57bbe5e4.tar.bz2
languages-efaf1dae5e25d305566956e66d4b114a57bbe5e4.zip
added missing Global $gLibertySystem
Diffstat (limited to 'bit_setup_inc.php')
-rw-r--r--bit_setup_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bit_setup_inc.php b/bit_setup_inc.php
index 92972a8..4308353 100644
--- a/bit_setup_inc.php
+++ b/bit_setup_inc.php
@@ -1,5 +1,5 @@
<?php
- global $gBitSystem, $gBitLanguage, $gBitUser, $gBitSmarty;
+ global $gBitSystem, $gLibertySystem, $gBitLanguage, $gBitUser, $gBitSmarty;
$gBitSystem->registerPackage( 'languages', dirname( __FILE__).'/' );