diff options
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/log_email.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/log_email.html b/httemplate/edit/log_email.html index b79aba986..a81e98b09 100644 --- a/httemplate/edit/log_email.html +++ b/httemplate/edit/log_email.html @@ -41,7 +41,7 @@ ) %> <%once> -my @contexts = sort FS::log_context->contexts; +my @contexts = FS::log_context->contexts; </%once> <%init> |