mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-07 00:26:52 +01:00
(Fixes issue 1868)
This commit is contained in:
@@ -73,7 +73,6 @@ class CDbCache extends CCache
|
||||
|
||||
$db=$this->getDbConnection();
|
||||
$db->setActive(true);
|
||||
|
||||
if($this->autoCreateCacheTable)
|
||||
{
|
||||
$sql="DELETE FROM {$this->cacheTableName} WHERE expire>0 AND expire<".time();
|
||||
|
||||
Reference in New Issue
Block a user