diff options
| -rw-r--r-- | BitLanguage.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BitLanguage.php b/BitLanguage.php index 5f01cae..79e5166 100644 --- a/BitLanguage.php +++ b/BitLanguage.php @@ -582,7 +582,6 @@ class BitLanguage extends BitSingleton { * @return translation */ function translate( $pString ) { -return $pString; global $gBitTranslationHash, $gBitSystem; $sourceHash = $this->getSourceHash( $pString ); $cacheFile = TEMP_PKG_PATH."lang/".$this->mLanguage."/".$sourceHash; |
