fixed wrong order of arguments to setVacationUser()

This commit is contained in:
Ralf Becker 2014-12-09 08:41:19 +00:00
parent e0bb6dbfd0
commit 996c585a2a

View File

@ -610,7 +610,7 @@ class mail_sieve
{ {
if (isset($account_id) && $this->mail_admin) if (isset($account_id) && $this->mail_admin)
{ {
$resSetvac = $icServer->setVacationUser($account_id, $this->scriptName, $newVacation); $resSetvac = $icServer->setVacationUser($account_id, $newVacation, $this->scriptName);
} }
else else
{ {