* [bug#65031,done,0.2h,0h] Fix sql repalce exec error.

This commit is contained in:
wangyuting
2025-08-28 16:48:03 +08:00
parent 1b8cd9fdfb
commit d5a6089465
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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);