[bugzilla-gnome-org-extensions] 4.4 migration: Update Params



commit 7b84720b04dbd5e331315364982851a4cd76cc41
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Tue Nov 18 12:14:36 2014 +0100

    4.4 migration: Update Params

 lib/Params.pm |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/lib/Params.pm b/lib/Params.pm
index 28e7593..d07e7fc 100644
--- a/lib/Params.pm
+++ b/lib/Params.pm
@@ -26,18 +26,19 @@ use warnings;
 
 use Bugzilla::Config::Common;
 
-our $sortkey = 30;
+our $sortkey = 1500;
 
 sub get_param_list {
     my ($class) = @_;
 
     my @param_list = (
-    {
-        name => 'splinter_base',
-        type => 't',
-        default => '/page.cgi?id=splinter.html',
-    },
+        {
+            'name' => 'splinter_base',
+            'type' => 't',
+            'default' => '/page.cgi?id=splinter.html',
+        },
     );
+
     return @param_list;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]