diff --git a/htdocs/hrm/evaluation_card.php b/htdocs/hrm/evaluation_card.php index 5234338212a..3d52a2778db 100644 --- a/htdocs/hrm/evaluation_card.php +++ b/htdocs/hrm/evaluation_card.php @@ -255,7 +255,7 @@ if (empty($reshook)) { } } } - if(empty($errors)) { + if (empty($errors)) { $object->setStatut(Evaluation::STATUS_CLOSED); setEventMessage('EmployeeSkillsUpdated'); }