diff --git a/modules/feature-search.php b/modules/feature-search.php index fed6df6..0410b65 100644 --- a/modules/feature-search.php +++ b/modules/feature-search.php @@ -646,7 +646,7 @@ class StorageBox { if(isset($this->cache[$key])) unset($this->cache[$key]); // Remove it from disk - $this->query( + return $this->query( "DELETE FROM store WHERE key = :key;", [ "key" => $key ] )->rowCount() > 0;