This commit is contained in:
parent
3d9fc17a62
commit
bd52a9b60b
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue