]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Add a sortkey to the Example extension's Config extension.
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 14 Jul 2010 19:59:13 +0000 (12:59 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 14 Jul 2010 19:59:13 +0000 (12:59 -0700)
extensions/Example/lib/Config.pm

index a126e82df3864a25a5f98ad8dfb2c39451fa515a..75db22957d651a6c943402d644474affe30377ac 100644 (file)
@@ -25,6 +25,8 @@ use warnings;
 
 use Bugzilla::Config::Common;
 
+our $sortkey = 5000;
+
 sub get_param_list {
     my ($class) = @_;