From bd52a9b60b17e901dc79b011597165bc244775fc Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 8 Nov 2016 10:28:55 +0100 Subject: [PATCH] x --- build/api/core/ModuleRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }