diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-07-14 21:59:13 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-07-14 21:59:13 +0200 |
commit | 0fd1b7d50b118d6f1ddaebce987e9cbd9748efa7 (patch) | |
tree | d3624604104ce1dd75fcbd81583167ed11d10708 | |
parent | 1c2902ecbdaab493cb0a4a2fe3e46a2739c0d0fc (diff) | |
download | bugzilla-0fd1b7d50b118d6f1ddaebce987e9cbd9748efa7.tar.gz bugzilla-0fd1b7d50b118d6f1ddaebce987e9cbd9748efa7.tar.xz |
Add a sortkey to the Example extension's Config extension.
-rw-r--r-- | extensions/Example/lib/Config.pm | 2 |
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) = @_; |