mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
fix authentication error when calling vacation notice from admin for another user
This commit is contained in:
parent
f4b9f4ae12
commit
c96984bee8
@ -710,7 +710,7 @@ class mail_sieve
|
|||||||
),
|
),
|
||||||
'addresses' => array_combine($vacRules['aliases'],$vacRules['aliases']),
|
'addresses' => array_combine($vacRules['aliases'],$vacRules['aliases']),
|
||||||
);
|
);
|
||||||
if (in_array('VACATION-SECONDS', $icServer->getExtensions()))
|
if ($icServer->acc_imap_administration || in_array('VACATION-SECONDS', $icServer->getExtensions()))
|
||||||
{
|
{
|
||||||
$sel_options['days']['0'] = lang('Always respond / auto-responder');
|
$sel_options['days']['0'] = lang('Always respond / auto-responder');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user