forked from extern/egroupware
fixed typo causing vacation stored on an other account
This commit is contained in:
parent
f820209a6a
commit
38419b2abe
@ -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'])
|
||||
|
Loading…
Reference in New Issue
Block a user