diff --git a/mail/inc/class.mail_sieve.inc.php b/mail/inc/class.mail_sieve.inc.php index 1b08caaea4..32f67d911b 100644 --- a/mail/inc/class.mail_sieve.inc.php +++ b/mail/inc/class.mail_sieve.inc.php @@ -949,11 +949,11 @@ class mail_sieve break; case 'enable': $msg = lang('rule with priority ') . $checked . lang(' enabled!'); - $this->rules[$checked][status] = 'ENABLED'; + $this->rules[$checked]['status'] = 'ENABLED'; break; case 'disable': $msg = lang('rule with priority ') . $checked . lang(' disabled!'); - $this->rules[$checked][status] = 'DISABLED'; + $this->rules[$checked]['status'] = 'DISABLED'; break; case 'move': break;