diff options
author | mkanat%bugzilla.org <> | 2009-11-24 06:09:41 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-11-24 06:09:41 +0000 |
commit | 5fc80f94271780b6ff6d1dbba554df35e803ac51 (patch) | |
tree | ebc3f2bc12bb32ab280cacb1cd88b35001fb2c0e /page.cgi | |
parent | 78413d851910175fcc8aef2249be377cab7dd7e8 (diff) | |
download | bugs-5fc80f94271780b6ff6d1dbba554df35e803ac51.tar bugs-5fc80f94271780b6ff6d1dbba554df35e803ac51.tar.gz bugs-5fc80f94271780b6ff6d1dbba554df35e803ac51.tar.bz2 bugs-5fc80f94271780b6ff6d1dbba554df35e803ac51.tar.xz bugs-5fc80f94271780b6ff6d1dbba554df35e803ac51.zip |
Bug 430014: Re-write the code hooks system so that it uses modules instead of individual .pl files
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
Diffstat (limited to 'page.cgi')
-rwxr-xr-x | page.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |