summaryrefslogtreecommitdiff
path: root/framework/Data
diff options
context:
space:
mode:
authorChristophe.Boulain <>2009-01-29 07:43:23 +0000
committerChristophe.Boulain <>2009-01-29 07:43:23 +0000
commitc8861d5cfc5779d2c7edd450a66d60b590364fc5 (patch)
tree9ee3a51aac2c8fc270ba0a836ca900f950cbc090 /framework/Data
parentf75a6c36cbc14ee4c80b667161bdc0a2b48ca6d7 (diff)
Fixed Issue#107
Diffstat (limited to 'framework/Data')
-rw-r--r--framework/Data/TDbConnection.php2
1 files changed, 1 insertions, 1 deletions
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;
}
/**