diff options
| author | spider@app2 <spiderr@bitweaver.org> | 2017-05-04 16:14:27 -0400 |
|---|---|---|
| committer | spider@app2 <spiderr@bitweaver.org> | 2017-05-04 16:14:27 -0400 |
| commit | 1a91b86f76d2169636570cdc07858f01199a67f1 (patch) | |
| tree | c718959a5869b42813f156c9b7f62d8973d24e8b | |
| parent | 20fe82e426e095ce178d818d2e693da25410b200 (diff) | |
| download | languages-1a91b86f76d2169636570cdc07858f01199a67f1.tar.gz languages-1a91b86f76d2169636570cdc07858f01199a67f1.tar.bz2 languages-1a91b86f76d2169636570cdc07858f01199a67f1.zip | |
update commits
| -rw-r--r-- | BitLanguage.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BitLanguage.php b/BitLanguage.php index 2804d3d..609a082 100644 --- a/BitLanguage.php +++ b/BitLanguage.php @@ -581,6 +581,8 @@ 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; |
