diff --git a/core/apc-service.class.inc.php b/core/apc-service.class.inc.php index 6d367e8fa..07a787b6a 100644 --- a/core/apc-service.class.inc.php +++ b/core/apc-service.class.inc.php @@ -5,7 +5,7 @@ class ApcService { } public function function_exists($function_name) { - return $this->function_exists($function_name); + return function_exists($function_name); } /**