diff options
-rw-r--r-- | settings/Controller/CheckSetupController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/Controller/CheckSetupController.php b/settings/Controller/CheckSetupController.php index b377e36944d..c706d6e7350 100644 --- a/settings/Controller/CheckSetupController.php +++ b/settings/Controller/CheckSetupController.php @@ -526,7 +526,7 @@ Raw output } protected function hasOpcacheLoaded(): bool { - return extension_loaded('opcache'); + return function_exists('opcache_get_status'); } /** |