From c8861d5cfc5779d2c7edd450a66d60b590364fc5 Mon Sep 17 00:00:00 2001 From: "Christophe.Boulain" <> Date: Thu, 29 Jan 2009 07:43:23 +0000 Subject: Fixed Issue#107 --- framework/Data/TDbConnection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Data/TDbConnection.php') diff --git a/framework/Data/TDbConnection.php b/framework/Data/TDbConnection.php index 259ca7b7..26d61883 100644 --- a/framework/Data/TDbConnection.php +++ b/framework/Data/TDbConnection.php @@ -267,7 +267,7 @@ class TDbConnection extends TComponent */ public function getCharset () { - return $this>_charset; + return $this->_charset; } /** -- cgit v1.2.3