mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix sieve rules edit dialog loses its matches field value after re-opening the entry
This commit is contained in:
parent
15c72f284f
commit
bb5157d338
@ -253,6 +253,7 @@ class mail_sieve
|
||||
case 'reject':
|
||||
$content['action_reject_text'] = $rules['action_arg'];
|
||||
}
|
||||
$content['anyof'] = $rules['anyof'] != 0?1:0;
|
||||
}
|
||||
else // Adding new rule
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user