From: Max Kanat-Alexander Date: Wed, 14 Jul 2010 19:59:13 +0000 (-0700) Subject: Add a sortkey to the Example extension's Config extension. X-Git-Tag: bugzilla-4.1.1~389 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fd1b7d50b118d6f1ddaebce987e9cbd9748efa7;p=thirdparty%2Fbugzilla.git Add a sortkey to the Example extension's Config extension. --- diff --git a/extensions/Example/lib/Config.pm b/extensions/Example/lib/Config.pm index a126e82df3..75db22957d 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) = @_;