summaryrefslogtreecommitdiffstats
path: root/extensions/SecureMail/Extension.pm
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/SecureMail/Extension.pm
parent15d83f334360acd3afec427cc5f08d4fd895a325 (diff)
downloadbugzilla-147f2fc9d9341e99dc17c3a267b80b7fc22a9699.tar.gz
bugzilla-147f2fc9d9341e99dc17c3a267b80b7fc22a9699.tar.xz
Revert "Bug 1352913 - Extensions must register for template_before_process()"
Diffstat (limited to 'extensions/SecureMail/Extension.pm')
-rw-r--r--extensions/SecureMail/Extension.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/extensions/SecureMail/Extension.pm b/extensions/SecureMail/Extension.pm
index b48c59cd6..0219ac3ba 100644
--- a/extensions/SecureMail/Extension.pm
+++ b/extensions/SecureMail/Extension.pm
@@ -216,13 +216,6 @@ sub user_preferences {
$$handled = 1;
}
-sub template_before_process_wants {
- return {
- 'email/bugmail.html.tmpl' => 1,
- 'email/bugmail.txt.tmpl' => 1,
- };
-}
-
sub template_before_process {
my ($self, $args) = @_;
my $file = $args->{'file'};