From ed3e43d30524a76969fb7d42cb5e613c2e1a1d9a Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 6 Jan 2006 05:16:25 +0000 Subject: Changing property scopes in TGlobalization --- framework/I18N/TI18NControl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/I18N/TI18NControl.php') 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)) -- cgit v1.2.3