forked from extern/egroupware
fixed wrong order of arguments to setVacationUser()
This commit is contained in:
parent
e0bb6dbfd0
commit
996c585a2a
@ -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