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-14 07:39:16 +00:00
parent 08efcf7d20
commit 34c3e1bd9a

View File

@ -3925,7 +3925,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) {