FreeBSD tag field fix

This commit is contained in:
Jamie Cameron
2008-02-15 18:16:22 +00:00
parent fb9523a3f0
commit b813a6fb1d

View File

@ -78,7 +78,7 @@ print &ui_table_row($text{'edit_active'},
if ($config{'tags'}) {
# Tag name
print &ui_table_row($text{'edit_tag'},
&ui_select("tag", $log->{'section'},
&ui_select("tag", $log->{'section'}->{'tag'},
[ map { [ $_->{'index'},
$_->{'tag'} eq '*' ? $text{'all'} : $_->{'tag'} ] }
grep { $_->{'tag'} } @$conf ]));