mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +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)
|
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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user