diff options
-rw-r--r-- | template/en/default/email/bugmail.html.tmpl | 1 | ||||
-rw-r--r-- | template/en/default/email/bugmail.txt.tmpl | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl index 8e30cff4b..1d061274a 100644 --- a/template/en/default/email/bugmail.html.tmpl +++ b/template/en/default/email/bugmail.html.tmpl @@ -14,6 +14,7 @@ <base href="[% urlbase FILTER html %]" /> </head> <body> + [% Hook.process('start') %] [% PROCESS generate_diffs %] <p> [% FOREACH comment = new_comments.reverse %] diff --git a/template/en/default/email/bugmail.txt.tmpl b/template/en/default/email/bugmail.txt.tmpl index b51935f64..92c9a33cb 100644 --- a/template/en/default/email/bugmail.txt.tmpl +++ b/template/en/default/email/bugmail.txt.tmpl @@ -10,6 +10,8 @@ [% isnew = bug.lastdiffed ? 0 : 1 %] +[% Hook.process('start') %] + [%+ PROCESS generate_diffs -%] [% FOREACH comment = new_comments %] |