mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:11 +01:00
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
08efcf7d20
commit
34c3e1bd9a
@ -3925,7 +3925,7 @@ class mail_ui
|
|||||||
if (empty($icServerID)) $icServerID = $mail->mail_bo->profileID;
|
if (empty($icServerID)) $icServerID = $mail->mail_bo->profileID;
|
||||||
if ($icServerID != $mail->mail_bo->profileID) return;
|
if ($icServerID != $mail->mail_bo->profileID) return;
|
||||||
|
|
||||||
$vacation = $mail->gatherVacation();
|
$vacation = $mail->gatherVacation($cachedVacations);
|
||||||
}
|
}
|
||||||
|
|
||||||
if($vacation) {
|
if($vacation) {
|
||||||
|
Loading…
Reference in New Issue
Block a user