mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
@@ -103,7 +103,7 @@ class InterfaceMyModuleTriggers extends DolibarrTriggers
|
||||
$callback = array($this, $methodName);
|
||||
if (is_callable($callback)) {
|
||||
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
|
||||
);
|
||||
|
||||
return call_user_func($callback, $action, $object, $user, $langs, $conf);
|
||||
|
||||
Reference in New Issue
Block a user