From 727410cca17ff168ba4337de42782d496b9679fc Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 13 Oct 2005 16:18:13 +0000 Subject: Bug 312195: Add an index to all parameters to editparams - Patch by Frédéric Buclin r=joel a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- editparams.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editparams.cgi') diff --git a/editparams.cgi b/editparams.cgi index 9efd30f2c..54d3a3a0a 100755 --- a/editparams.cgi +++ b/editparams.cgi @@ -65,7 +65,7 @@ foreach my $panel (@parampanels) { $vars->{panels} = \@panels; -if ($action eq "save") { +if ($action eq 'save' && $current_module) { my @changes = (); my @module_param_list = "Bugzilla::Config::${current_module}"->get_param_list(); -- cgit v1.2.3-24-g4f1b