From 5fc80f94271780b6ff6d1dbba554df35e803ac51 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 24 Nov 2009 06:09:41 +0000 Subject: Bug 430014: Re-write the code hooks system so that it uses modules instead of individual .pl files Patch by Max Kanat-Alexander (module owner) a=mkanat --- editparams.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editparams.cgi') diff --git a/editparams.cgi b/editparams.cgi index 2c3e4089e..9b4f04e3c 100755 --- a/editparams.cgi +++ b/editparams.cgi @@ -74,7 +74,7 @@ foreach my $panel (keys %$param_panels) { my %hook_panels = map { $_->{name} => { params => $_->{param_list} } } @panels; # Note that this hook is also called in Bugzilla::Config. -Bugzilla::Hook::process('config-modify_panels', { panels => \%hook_panels }); +Bugzilla::Hook::process('config_modify_panels', { panels => \%hook_panels }); $vars->{panels} = \@panels; -- cgit v1.2.3-24-g4f1b