From 0fd1b7d50b118d6f1ddaebce987e9cbd9748efa7 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Wed, 14 Jul 2010 12:59:13 -0700 Subject: Add a sortkey to the Example extension's Config extension. --- extensions/Example/lib/Config.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extensions/Example/lib/Config.pm') 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) = @_; -- cgit v1.2.3-24-g4f1b