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