N°4125 - fix infinite loop

This commit is contained in:
odain
2021-11-09 17:08:08 +01:00
parent 2fe4265223
commit a7e54d4bad

View File

@@ -5,7 +5,7 @@ class ApcService {
}
public function function_exists($function_name) {
return $this->function_exists($function_name);
return function_exists($function_name);
}
/**