mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fixed wrong order of arguments to setVacationUser()
This commit is contained in:
parent
bdcf3df195
commit
8548f08947
@ -610,7 +610,7 @@ class mail_sieve
|
||||
{
|
||||
if (isset($account_id) && $this->mail_admin)
|
||||
{
|
||||
$resSetvac = $icServer->setVacationUser($account_id, $this->scriptName, $newVacation);
|
||||
$resSetvac = $icServer->setVacationUser($account_id, $newVacation, $this->scriptName);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user