summaryrefslogtreecommitdiffstats
path: root/extensions/ComponentWatching
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/ComponentWatching
parent15d83f334360acd3afec427cc5f08d4fd895a325 (diff)
downloadbugzilla-147f2fc9d9341e99dc17c3a267b80b7fc22a9699.tar.gz
bugzilla-147f2fc9d9341e99dc17c3a267b80b7fc22a9699.tar.xz
Revert "Bug 1352913 - Extensions must register for template_before_process()"
Diffstat (limited to 'extensions/ComponentWatching')
-rw-r--r--extensions/ComponentWatching/Extension.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/extensions/ComponentWatching/Extension.pm b/extensions/ComponentWatching/Extension.pm
index 00393c235..36dee0e1d 100644
--- a/extensions/ComponentWatching/Extension.pm
+++ b/extensions/ComponentWatching/Extension.pm
@@ -131,12 +131,6 @@ sub template_before_create {
$constants->{REL_COMPONENT_WATCHER} = REL_COMPONENT_WATCHER;
}
-sub template_before_process_wants {
- return {
- 'admin/components/create.html.tmpl' => 1,
- }
-}
-
sub template_before_process {
my ($self, $args) = @_;
return unless $args->{file} eq 'admin/components/create.html.tmpl';