OK so that was that

This commit is contained in:
slawkens
2024-01-27 18:58:19 +01:00
parent ccc91a473c
commit f7f46bae00
2 changed files with 3 additions and 3 deletions

View File

@@ -1236,8 +1236,8 @@ function clearCache()
}
}
$tmp = '';
foreach ($keysToClear as $item) {
$tmp = '';
if ($cache->fetch($item, $tmp)) {
$cache->delete($item);
}