* [bug#65031,done,0.2h,0h] Fix sql repalce exec error.
This commit is contained in:
Vendored
+1
-1
@@ -454,7 +454,7 @@ class cache
|
||||
*/
|
||||
private function delete()
|
||||
{
|
||||
if(empty($this->objects)) return;
|
||||
if(empty($this->objects)) return $this->log('No objects to delete.', __FILE__, __LINE__);
|
||||
|
||||
$code = $this->getTableCode();
|
||||
$setCacheKey = $this->getSetCacheKey($code);
|
||||
|
||||
Reference in New Issue
Block a user