diff options
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/log_email.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/log_email.html b/httemplate/edit/log_email.html index 4b7d09fb4..0c98046d3 100644 --- a/httemplate/edit/log_email.html +++ b/httemplate/edit/log_email.html @@ -16,8 +16,8 @@ }, { 'field' => 'min_level', 'type' => 'select', - 'options' => [ 0..4 ], - 'labels' => { map {$_ => $FS::Log::LEVELS[$_]} 0..4 }, + 'options' => [ 0..7 ], + 'labels' => { map {$_ => $FS::Log::LEVELS[$_]} 0..7 }, 'curr_value' => scalar($cgi->param('min_level')), }, 'to_addr', |