summaryrefslogtreecommitdiffstats
path: root/extensions/ShadowBugs
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-04-11 03:53:51 +0200
committerDylan William Hardison <dylan@hardison.net>2017-04-11 03:53:51 +0200
commit147f2fc9d9341e99dc17c3a267b80b7fc22a9699 (patch)
treedaf80083bb7ed8ebbbd9c168bb6bc78458d34777 /extensions/ShadowBugs
parent15d83f334360acd3afec427cc5f08d4fd895a325 (diff)
downloadbugzilla-147f2fc9d9341e99dc17c3a267b80b7fc22a9699.tar.gz
bugzilla-147f2fc9d9341e99dc17c3a267b80b7fc22a9699.tar.xz
Revert "Bug 1352913 - Extensions must register for template_before_process()"
Diffstat (limited to 'extensions/ShadowBugs')
-rw-r--r--extensions/ShadowBugs/Extension.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/extensions/ShadowBugs/Extension.pm b/extensions/ShadowBugs/Extension.pm
index 5d5f08d6b..a9a1e0861 100644
--- a/extensions/ShadowBugs/Extension.pm
+++ b/extensions/ShadowBugs/Extension.pm
@@ -45,14 +45,6 @@ sub _cf_shadow_bug_obj {
return $self->{cf_shadow_bug_obj} ||= Bugzilla::Bug->new($self->cf_shadow_bug);
}
-sub template_before_process_wants {
- return {
- 'bug/edit.html.tmpl' => 1,
- 'bug/show.html.tmpl' => 1,
- 'bug/show-header.html.tmpl' => 1,
- };
-}
-
sub template_before_process {
my ($self, $args) = @_;
my $file = $args->{'file'};