Revert the change on ajax_refreshVacationNotice from commit 48039. Fix not keeping other vacations of an user in the cache

This commit is contained in:
Hadi Nategh 2014-08-12 08:23:54 +00:00
parent cc04f0b89c
commit c60b7ae328

View File

@ -3917,7 +3917,7 @@ class mail_ui
if (empty($icServerID)) $icServerID = $mail->mail_bo->profileID;
if ($icServerID != $mail->mail_bo->profileID) return;
$vacation = $mail->gatherVacation();
$vacation = $mail->gatherVacation($cachedVacations);
}
if($vacation) {