summaryrefslogtreecommitdiff
path: root/framework/I18N/TI18NControl.php
diff options
context:
space:
mode:
authorwei <>2006-01-06 05:16:25 +0000
committerwei <>2006-01-06 05:16:25 +0000
commited3e43d30524a76969fb7d42cb5e613c2e1a1d9a (patch)
tree7f0cd531766635363527715fd4614eb56df0a80c /framework/I18N/TI18NControl.php
parent4835704a04cf5aa5ec71a8aef902d54b9c6cae82 (diff)
Changing property scopes in TGlobalization
Diffstat (limited to 'framework/I18N/TI18NControl.php')
-rw-r--r--framework/I18N/TI18NControl.php2
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))