]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Add missing file change for bug 302542
authorlpsolit%gmail.com <>
Mon, 5 Oct 2009 09:49:30 +0000 (09:49 +0000)
committerlpsolit%gmail.com <>
Mon, 5 Oct 2009 09:49:30 +0000 (09:49 +0000)
template/en/default/reports/edit-series.html.tmpl

index 7fbdcbdfd10c5f2c3ce01fb0bfc49af3874ca959..214bbcd75b94d23244cf37fae2be9cc0d4262262 100644 (file)
@@ -48,9 +48,9 @@
 
 <p>
   <b>Creator</b>: 
-  [% IF creator.email %]
-    <a href="mailto:[% creator.email FILTER html %]">
-    [% creator.email FILTER html %]</a>
+  [% IF default.creator %]
+    <a href="mailto:[% default.creator.email FILTER html %]">
+    [% default.creator.email FILTER html %]</a>
   [% ELSE %]
     (automatically created by [% terms.Bugzilla %])
   [% END %]