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