diff --git a/setup/compiler.class.inc.php b/setup/compiler.class.inc.php index 811e50ae0..9ebb6ad0f 100644 --- a/setup/compiler.class.inc.php +++ b/setup/compiler.class.inc.php @@ -171,7 +171,7 @@ class MFCompiler // Zend opcode cache opcache_reset(); } - else if (function_exists('apc_clear_cache')) + if (function_exists('apc_clear_cache')) { // old style APC apc_clear_cache();