Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
Scrutinizer Auto-Fixer
2020-10-31 13:32:18 +00:00
parent 92bdcd017d
commit 7f52920716
1177 changed files with 82257 additions and 82262 deletions

View File

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