diff --git a/htdocs/holiday/class/holiday.class.php b/htdocs/holiday/class/holiday.class.php index 1901f4d88f6..8b609bdf84e 100644 --- a/htdocs/holiday/class/holiday.class.php +++ b/htdocs/holiday/class/holiday.class.php @@ -2176,7 +2176,6 @@ class Holiday extends CommonObject $auser = new User($this->db); $auser->fetch($obj->fk_user_approve_expected); $this->user_approve = $auser; - } } }