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