fix for problem preventing async-vacation to be run properly

This commit is contained in:
Klaus Leithoff 2015-01-20 14:28:46 +00:00
parent e8b3a3635c
commit 47110d3735

View File

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