Fix phpunit

This commit is contained in:
Laurent Destailleur
2023-11-18 02:13:49 +01:00
parent b4f31eeee8
commit be509634a4

View File

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