fixed wrong order of arguments to setVacationUser()

This commit is contained in:
Ralf Becker 2014-12-09 08:41:03 +00:00
parent bdcf3df195
commit 8548f08947

View File

@ -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
{