aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/settings/lib/Controller/CheckSetupController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/lib/Controller/CheckSetupController.php b/apps/settings/lib/Controller/CheckSetupController.php
index 02886d16f4d..b48ec4a45bb 100644
--- a/apps/settings/lib/Controller/CheckSetupController.php
+++ b/apps/settings/lib/Controller/CheckSetupController.php
@@ -521,7 +521,7 @@ Raw output
}
protected function hasOpcacheLoaded(): bool {
- return function_exists('opcache_get_status');
+ return extension_loaded('Zend OPcache');
}
/**