diff options
Diffstat (limited to 'extensions/InlineHistory')
-rw-r--r-- | extensions/InlineHistory/Extension.pm | 6 |
1 files changed, 0 insertions, 6 deletions
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'}; |