From 147f2fc9d9341e99dc17c3a267b80b7fc22a9699 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 10 Apr 2017 21:53:51 -0400 Subject: Revert "Bug 1352913 - Extensions must register for template_before_process()" This reverts commit ecbdca8c3f06dd420db6a960c8808615dae6848a. --- extensions/InlineHistory/Extension.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'extensions/InlineHistory') diff --git a/extensions/InlineHistory/Extension.pm b/extensions/InlineHistory/Extension.pm index a33168dd6..fb4a8f98f 100644 --- a/extensions/InlineHistory/Extension.pm +++ b/extensions/InlineHistory/Extension.pm @@ -36,12 +36,6 @@ sub template_before_create { }; } -sub template_before_process_wants { - return { - 'bug/edit.html.tmpl' => 1, - } -} - sub template_before_process { my ($self, $args) = @_; my $file = $args->{'file'}; -- cgit v1.2.3-24-g4f1b