This commit is contained in:
xdrm-brackets 2016-11-08 10:27:17 +01:00
parent 32899286f7
commit 3d9fc17a62
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}