mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 17:59:22 +02:00
My fault
This commit is contained in:
parent
4327b66f91
commit
538076bc45
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user