X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Flog_email.html;h=007ea6f741b2ddcd2acd34df73a690064d6da2ec;hb=a6c5bd2d56ad177a8f79ac0aa5c88b389513dc82;hp=0f64dd45464c469942fbb4ef9eefc1ed4beca15d;hpb=974fceaaca8e1404750a60a4daafb568b1be5159;p=freeside.git diff --git a/httemplate/browse/log_email.html b/httemplate/browse/log_email.html index 0f64dd454..007ea6f74 100644 --- a/httemplate/browse/log_email.html +++ b/httemplate/browse/log_email.html @@ -21,7 +21,7 @@ ], 'fields' => [ 'logemailnum', sub { $_[0]->context || '(all)' }, - sub { $FS::Log::LEVELS[$_[0]->min_level] }, + sub { $FS::Log::LEVELS{$_[0]->min_level} }, 'msgname', 'to_addr', $actions,