diff options
Diffstat (limited to 'framework/I18N/TI18NControl.php')
-rw-r--r-- | framework/I18N/TI18NControl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/I18N/TI18NControl.php b/framework/I18N/TI18NControl.php index 01df1332..44e15f2f 100644 --- a/framework/I18N/TI18NControl.php +++ b/framework/I18N/TI18NControl.php @@ -81,7 +81,7 @@ class TI18NControl extends TControl //fall back to globalization charset
if(empty($charset))
- $charset = is_null($app) ? '' : $app->Charset;
+ $charset = is_null($app) ? '' : $app->getCharset();
//fall back to default charset
if(empty($charset))
|