This commit is contained in:
xdrm-brackets 2016-11-08 10:28:55 +01:00
parent 3d9fc17a62
commit bd52a9b60b
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
/* [2] On verifie que la methode est amorcable /* [2] On verifie que la methode est amorcable
=========================================================*/ =========================================================*/
if( !is_callable($this->getFunctionCaller()) ){ if( !is_callable($this->getFunctionCaller()) ){
var_dump($this->getFunctionCaller); var_dump($this->getFunctionCaller());
$this->error = Error::UncallableMethod; $this->error = Error::UncallableMethod;
return new ModuleResponse($this->error); return new ModuleResponse($this->error);
} }