From bfb66f198ca3e0dddcccaefc3d729f348a254056 Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Fri, 12 Oct 2012 23:04:25 +0200 Subject: Bug 791554: Make clear that 0 is a valid sortkey for flagtypes r/a=LpSolit --- template/en/default/filterexceptions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/filterexceptions.pl') diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 7544b6808..62084e727 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -389,7 +389,7 @@ 'admin/flag-type/edit.html.tmpl' => [ 'type.id', - 'type.sortkey || 1', + 'type.sortkey || 0', 'selname', ], -- cgit v1.2.3-24-g4f1b