mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-07 14:39:56 +01:00
fix for problem preventing async-vacation to be run properly
This commit is contained in:
parent
d371fc76ce
commit
f5e9f6b55a
@ -747,7 +747,7 @@ class mail_sieve
|
||||
|
||||
try
|
||||
{
|
||||
$ret = $icServer->setVacationUser($_vacation['account_id'], null, $_vacation);
|
||||
$ret = $icServer->setVacationUser($_vacation['account_id'], $_vacation);
|
||||
self::setAsyncJob($_vacation);
|
||||
}
|
||||
// if mail account no longer exists --> remove async job
|
||||
|
Loading…
Reference in New Issue
Block a user