Skip to content

Commit

Permalink
My fault
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Sep 26, 2023
1 parent 4327b66 commit 538076b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1147,8 +1147,8 @@ function clearCache()
$cache->delete('failed_logins');

foreach (get_templates() as $template) {
if ($cache->fetch('template_ini' . $template, $tmp)) {
$cache->delete('template_ini' . $template);
if ($cache->fetch('template_ini_' . $template, $tmp)) {
$cache->delete('template_ini_' . $template);
}
}

Expand Down

0 comments on commit 538076b

Please sign in to comment.