diff options
author | xue <> | 2006-04-16 14:43:51 +0000 |
---|---|---|
committer | xue <> | 2006-04-16 14:43:51 +0000 |
commit | 2983057ad91ccdef1fef86a85fe8e888350c3384 (patch) | |
tree | 6eb89e44b6d141d69779f8b2a26d18aeec641ee0 /framework/I18N/TTranslate.php | |
parent | eeb97a9e51e87a359c2c069fc64b04b80d9ebe95 (diff) |
Fixed a few issues with using Globalization.
Diffstat (limited to 'framework/I18N/TTranslate.php')
-rw-r--r-- | framework/I18N/TTranslate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/I18N/TTranslate.php b/framework/I18N/TTranslate.php index 0a03b506..6a30f3a6 100644 --- a/framework/I18N/TTranslate.php +++ b/framework/I18N/TTranslate.php @@ -168,7 +168,7 @@ class TTranslate extends TI18NControl */
protected function translateText($text, $subs)
{
- $app = $this->Application->getGlobalization();
+ $app = $this->getApplication()->getGlobalization();
//no translation handler provided
if(is_null($config = $app->getTranslationConfiguration()))
|