Fix phpcs
This commit is contained in:
parent
836ffc2b02
commit
7ade138590
@ -2303,7 +2303,7 @@ abstract class CommonObject
|
||||
// Call triggers
|
||||
if (get_class($this) == 'Commande') {
|
||||
$result = $this->call_trigger('ORDER_MODIFY', $user);
|
||||
}else{
|
||||
} else {
|
||||
$result = $this->call_trigger(strtoupper(get_class($this)).'_MODIFY', $user);
|
||||
}
|
||||
if ($result < 0) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user