fixed typo causing vacation stored on an other account

This commit is contained in:
Ralf Becker 2014-05-21 18:16:39 +00:00
parent f820209a6a
commit 38419b2abe

View File

@ -484,6 +484,7 @@ class mail_sieve
}
elseif(!is_array($content) && isset($_GET['acc_id']))
{
$this->account = emailadmin_account::read($_GET['acc_id']);
$preserv['acc_id'] = $this->account->acc_id;
}
elseif ($content['acc_id'])