Fixing style errors.
This commit is contained in:
parent
2fbb6b1125
commit
4cbe8d8623
@ -110,7 +110,7 @@ class InterfaceMyModuleTriggers extends DolibarrTriggers
|
|||||||
*/
|
*/
|
||||||
$methodName = lcfirst(str_replace(' ', '', ucwords(str_replace('_', ' ', strtolower($action)))));
|
$methodName = lcfirst(str_replace(' ', '', ucwords(str_replace('_', ' ', strtolower($action)))));
|
||||||
$callback = array($this, $methodName);
|
$callback = array($this, $methodName);
|
||||||
if(is_callable($callback)){
|
if (is_callable($callback)){
|
||||||
dol_syslog(
|
dol_syslog(
|
||||||
"Trigger '" . $this->name . "' for action '$action' launched by " . __FILE__ . ". id=" . $object->id
|
"Trigger '" . $this->name . "' for action '$action' launched by " . __FILE__ . ". id=" . $object->id
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user