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