summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/GroupSecurity.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-12-13 21:49:07 +0100
committermkanat%bugzilla.org <>2009-12-13 21:49:07 +0100
commit63b76161d5c839fe1922eeb4e762b7dece1daa4a (patch)
tree94fa10208a11e7b27f251bccb888e1853421f589 /Bugzilla/Config/GroupSecurity.pm
parent72cb2bc73e71f54c2223bb78af29fee888590b53 (diff)
downloadbugzilla-63b76161d5c839fe1922eeb4e762b7dece1daa4a.tar.gz
bugzilla-63b76161d5c839fe1922eeb4e762b7dece1daa4a.tar.xz
Bug 527387: Make Parameter section sortkeys numeric and leave space between the numbers
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'Bugzilla/Config/GroupSecurity.pm')
-rw-r--r--Bugzilla/Config/GroupSecurity.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config/GroupSecurity.pm b/Bugzilla/Config/GroupSecurity.pm
index f0038f153..f7f717379 100644
--- a/Bugzilla/Config/GroupSecurity.pm
+++ b/Bugzilla/Config/GroupSecurity.pm
@@ -36,7 +36,7 @@ use strict;
use Bugzilla::Config::Common;
use Bugzilla::Group;
-$Bugzilla::Config::GroupSecurity::sortkey = "07";
+our $sortkey = 900;
sub get_param_list {
my $class = shift;