Merge branch '3.3' of git+ssh://git@github.com/Dolibarr/dolibarr.git into 3.3
This commit is contained in:
commit
173740157f
@ -176,6 +176,8 @@ class HookManager
|
|||||||
// TODO. remove this. result must not be a string. we must use $actionclassinstance->resprint to return a string
|
// TODO. remove this. result must not be a string. we must use $actionclassinstance->resprint to return a string
|
||||||
if (! is_array($result) && ! is_numeric($result)) $this->resPrint.=$result;
|
if (! is_array($result) && ! is_numeric($result)) $this->resPrint.=$result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//print "method=".$method." results=".count($actionclassinstance->results)." resprints=".count($actionclassinstance->resprints)." result=".$result." resaction=".$resaction;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user