summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/UserMatch.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Config/UserMatch.pm')
-rw-r--r--Bugzilla/Config/UserMatch.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config/UserMatch.pm b/Bugzilla/Config/UserMatch.pm
index 9e19f1d2b..f97cfeab2 100644
--- a/Bugzilla/Config/UserMatch.pm
+++ b/Bugzilla/Config/UserMatch.pm
@@ -35,7 +35,7 @@ use strict;
use Bugzilla::Config::Common;
-$Bugzilla::Config::UserMatch::sortkey = "14";
+our $sortkey = 1600;
sub get_param_list {
my $class = shift;