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 --- page.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'page.cgi') diff --git a/page.cgi b/page.cgi index 914ba3f22..d889841b3 100755 --- a/page.cgi +++ b/page.cgi @@ -52,7 +52,7 @@ if ($id) { } my %vars; - Bugzilla::Hook::process('page-before_template', + Bugzilla::Hook::process('page_before_template', { page_id => $id, vars => \%vars }); my $format = $template->get_format("pages/$1", undef, $2); -- cgit v1.2.3-24-g4f1b