From 3d9fc17a62c20d2461a5fe5a621d6da23d9c9a1e Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 8 Nov 2016 10:27:17 +0100 Subject: [PATCH] test --- build/api/core/ModuleRequest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/build/api/core/ModuleRequest.php b/build/api/core/ModuleRequest.php index ad8837c..2bd3047 100755 --- a/build/api/core/ModuleRequest.php +++ b/build/api/core/ModuleRequest.php @@ -126,6 +126,7 @@ /* [2] On verifie que la methode est amorcable =========================================================*/ if( !is_callable($this->getFunctionCaller()) ){ + var_dump($this->getFunctionCaller); $this->error = Error::UncallableMethod; return new ModuleResponse($this->error); }