summaryrefslogtreecommitdiff
path: root/BitLanguage.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-08-01 18:40:46 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-08-01 18:40:46 +0000
commita424113f9bb1c08e3fc10b6c5021a1cf856bb212 (patch)
tree001e35ad27121d9ddfdd1d0f6fa50d049039bf45 /BitLanguage.php
parent17547211c1c3973e0239695ffdffe059d020f010 (diff)
downloadlanguages-a424113f9bb1c08e3fc10b6c5021a1cf856bb212.tar.gz
languages-a424113f9bb1c08e3fc10b6c5021a1cf856bb212.tar.bz2
languages-a424113f9bb1c08e3fc10b6c5021a1cf856bb212.zip
merge recent changes with HEAD - R1 and HEAD are identical now
Diffstat (limited to 'BitLanguage.php')
-rw-r--r--BitLanguage.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/BitLanguage.php b/BitLanguage.php
index 15a7d6d..4acd3c6 100644
--- a/BitLanguage.php
+++ b/BitLanguage.php
@@ -14,7 +14,7 @@
// +----------------------------------------------------------------------+
// | Authors: spider <spider@steelsun.com>
// +----------------------------------------------------------------------+
-// $Id: BitLanguage.php,v 1.5 2005/07/25 20:02:11 squareing Exp $
+// $Id: BitLanguage.php,v 1.6 2005/08/01 18:40:39 squareing Exp $
class BitLanguage extends BitBase {
// list of available (non-disabled) languages
@@ -184,9 +184,9 @@ class BitLanguage extends BitBase {
function storeMasterString( $pParamHash ) {
- global $smarty;
- if( !empty( $smarty->mCompileRsrc ) ) {
- list($type, $location) = split( ':', $smarty->mCompileRsrc );
+ global $gBitSmarty;
+ if( !empty( $gBitSmarty->mCompileRsrc ) ) {
+ list($type, $location) = split( ':', $gBitSmarty->mCompileRsrc );
list($package, $file) = split( '/', $location );
} else {
$package = NULL;