summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-14 21:59:13 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-14 21:59:13 +0200
commit0fd1b7d50b118d6f1ddaebce987e9cbd9748efa7 (patch)
treed3624604104ce1dd75fcbd81583167ed11d10708 /extensions
parent1c2902ecbdaab493cb0a4a2fe3e46a2739c0d0fc (diff)
downloadbugzilla-0fd1b7d50b118d6f1ddaebce987e9cbd9748efa7.tar.gz
bugzilla-0fd1b7d50b118d6f1ddaebce987e9cbd9748efa7.tar.xz
Add a sortkey to the Example extension's Config extension.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Example/lib/Config.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/Example/lib/Config.pm b/extensions/Example/lib/Config.pm
index a126e82df..75db22957 100644
--- a/extensions/Example/lib/Config.pm
+++ b/extensions/Example/lib/Config.pm
@@ -25,6 +25,8 @@ use warnings;
use Bugzilla::Config::Common;
+our $sortkey = 5000;
+
sub get_param_list {
my ($class) = @_;