diff --git a/build/api/core/ModuleRequest.php b/build/api/core/ModuleRequest.php index 2bd3047..6398579 100755 --- a/build/api/core/ModuleRequest.php +++ b/build/api/core/ModuleRequest.php @@ -126,7 +126,7 @@ /* [2] On verifie que la methode est amorcable =========================================================*/ if( !is_callable($this->getFunctionCaller()) ){ - var_dump($this->getFunctionCaller); + var_dump($this->getFunctionCaller()); $this->error = Error::UncallableMethod; return new ModuleResponse($this->error); }