mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°4125 - fix infinite loop
This commit is contained in:
@@ -5,7 +5,7 @@ class ApcService {
|
||||
}
|
||||
|
||||
public function function_exists($function_name) {
|
||||
return $this->function_exists($function_name);
|
||||
return function_exists($function_name);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user