From 3dcd4cde2ecafd7204463783619ea634a945f94c Mon Sep 17 00:00:00 2001 From: liugang Date: Mon, 18 Nov 2024 09:54:04 +0800 Subject: [PATCH] + [refac] reset where condition to empty. --- lib/cache/cache.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cache/cache.class.php b/lib/cache/cache.class.php index c26c66f9bc..da995a5075 100644 --- a/lib/cache/cache.class.php +++ b/lib/cache/cache.class.php @@ -826,6 +826,7 @@ class cache $this->setKey(''); $this->setTable(''); $this->setEvent(''); + $this->setWhere(''); $this->setObjects([]); }