diff --git a/flextype/Cache.php b/flextype/Cache.php index 3621af3a..04f67dc9 100755 --- a/flextype/Cache.php +++ b/flextype/Cache.php @@ -228,7 +228,7 @@ class Cache @clearstatcache(); // Clear opcache - function_exists('opcache_reset')) and @opcache_reset(); + function_exists('opcache_reset') and @opcache_reset(); // Remove cache dir Flextype::filesystem()->remove(CACHE_PATH . '/doctrine/');