forked from extern/egroupware
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:
parent
cc04f0b89c
commit
c60b7ae328
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user