summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2019-01-08 17:19:02 -0500
committerMitch Jackson <mitch@freeside.biz>2019-01-08 17:28:16 -0500
commit0edb6050aeb65200869a12d83d8de794ed384154 (patch)
treeba519d88e5fb57b8907df1daa033f3460071461d /httemplate/search
parent5702ca6d01cd5c6c3ab457fc272d2476ddb42b1e (diff)
RT# 38217 Improve delete button on log email page
Diffstat (limited to 'httemplate/search')
-rw-r--r--httemplate/search/log.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/log.html b/httemplate/search/log.html
index f6ac9d9be..9be0b7d0a 100644
--- a/httemplate/search/log.html
+++ b/httemplate/search/log.html
@@ -201,7 +201,7 @@ my %colors = (
my $color_sub = sub { $colors{ $_[0]->level }; };
-my @contexts = ('', sort FS::log_context->contexts);
+my @contexts = ('', FS::log_context->contexts);
</%once>
<%init>
my $curuser = $FS::CurrentUser::CurrentUser;