diff --git a/system/functions.php b/system/functions.php index 56cf378b..add481e5 100644 --- a/system/functions.php +++ b/system/functions.php @@ -1263,10 +1263,10 @@ function clearCache() global $db; $db->setClearCacheAfter(true); + } - if (function_exists('apcu_clear_cache')) { - apcu_clear_cache(); - } + if (function_exists('apcu_clear_cache')) { + apcu_clear_cache(); } deleteDirectory(CACHE . 'signatures', ['index.html'], true);