diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index 8244cb4d609..c4d5eb38ce3 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -3476,7 +3476,7 @@ abstract class CommonObject $trigger_name = strtoupper($this->element) . '_MODIFY'; } $ret = $this->call_trigger($trigger_name, $user); - if($ret < 0 ) { + if ($ret < 0) { return -1; } }