diff options
author | lpsolit%gmail.com <> | 2008-11-22 05:25:43 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-11-22 05:25:43 +0100 |
commit | 6d27eada20c9bb6986e308fa8a6ba30607f3163f (patch) | |
tree | 703d54cef9be43788b9fb7d28bed40e879fc952d | |
parent | 8132a036b5b358dc1377b21eaf82246c35b4ea5f (diff) | |
download | bugzilla-6d27eada20c9bb6986e308fa8a6ba30607f3163f.tar.gz bugzilla-6d27eada20c9bb6986e308fa8a6ba30607f3163f.tar.xz |
Forgot to add a missing comma
-rw-r--r-- | template/en/default/filterexceptions.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 4a46a3e50..fa7262a09 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -506,7 +506,7 @@ ], 'admin/users/confirm-delete.html.tmpl' => [ - 'attachments' + 'attachments', 'reporter', 'assignee_or_qa', 'cc', |