]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 735332: Add 'start' hook in bugmail templates.
authorRenata Ghisloti <rgduarte@linux.vnet.ibm.com>
Thu, 15 Mar 2012 15:02:16 +0000 (12:02 -0300)
committerTiago Mello <timello@gmail.com>
Thu, 15 Mar 2012 15:02:16 +0000 (12:02 -0300)
r=timello, a=LpSolit

template/en/default/email/bugmail.html.tmpl
template/en/default/email/bugmail.txt.tmpl

index 8e30cff4b36e6aedb19c361654175dac9d6b33c5..1d061274aea234bb9efdc675f2ad28778c38381e 100644 (file)
@@ -14,6 +14,7 @@
       <base href="[% urlbase FILTER html %]" />
     </head>
     <body>
+      [% Hook.process('start') %]
       [% PROCESS generate_diffs %]
       <p>
       [% FOREACH comment = new_comments.reverse %]
index b51935f6458daff405b94fabe0fbb74fa564b83f..92c9a33cbdba1f34140b65ae7fa07b8af237f20a 100644 (file)
@@ -10,6 +10,8 @@
 
 [% isnew = bug.lastdiffed ? 0 : 1 %]
 
+[% Hook.process('start') %]
+
 [%+ PROCESS generate_diffs -%]
 
 [% FOREACH comment = new_comments %]