summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/Data/TDbConnection.php2
-rw-r--r--framework/PradoBase.php2
2 files changed, 2 insertions, 2 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;
}
/**
diff --git a/framework/PradoBase.php b/framework/PradoBase.php
index ea6b9737..c2d73b16 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -66,7 +66,7 @@ class PradoBase
*/
public static function getVersion()
{
- return '3.1.4';
+ return '3.1.5a';
}
/**