Fix scrutinizer bug

This commit is contained in:
Laurent Destailleur
2018-06-06 18:18:50 +02:00
parent bb97119233
commit 6e62727c37
4 changed files with 30 additions and 5 deletions

View File

@@ -310,7 +310,6 @@ class InterfaceMyModuleTriggers extends DolibarrTriggers
default:
dol_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id);
break;
}
return 0;