mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-04 16:46:50 +01:00
My fault
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user