summaryrefslogtreecommitdiff
path: root/framework/Data/SqlMap/TSqlMapConfig.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Data/SqlMap/TSqlMapConfig.php')
-rw-r--r--framework/Data/SqlMap/TSqlMapConfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Data/SqlMap/TSqlMapConfig.php b/framework/Data/SqlMap/TSqlMapConfig.php
index ea5f5c38..5ee4de54 100644
--- a/framework/Data/SqlMap/TSqlMapConfig.php
+++ b/framework/Data/SqlMap/TSqlMapConfig.php
@@ -117,7 +117,7 @@ class TSqlMapConfig extends TDataSourceConfig
*/
public function setEnableCache($value)
{
- $this->_enableCache = TPropertyValue::ensureBoolean($value, false);
+ $this->_enableCache = TPropertyValue::ensureBoolean($value);
}
/**