This commit is contained in:
slawkens 2023-09-26 22:00:45 +02:00
parent 4327b66f91
commit 538076bc45

View File

@ -1147,8 +1147,8 @@ function clearCache()
$cache->delete('failed_logins'); $cache->delete('failed_logins');
foreach (get_templates() as $template) { foreach (get_templates() as $template) {
if ($cache->fetch('template_ini' . $template, $tmp)) { if ($cache->fetch('template_ini_' . $template, $tmp)) {
$cache->delete('template_ini' . $template); $cache->delete('template_ini_' . $template);
} }
} }