summaryrefslogtreecommitdiffstats
path: root/template/en
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-10-05 11:49:30 +0200
committerlpsolit%gmail.com <>2009-10-05 11:49:30 +0200
commit6e282d384995d9c8067302a6cbaae04eaba308a5 (patch)
tree829436394c875341d25b4e742cc75e711feaf7de /template/en
parentf479111025e02b8b751686fc2919e03981368552 (diff)
downloadbugzilla-6e282d384995d9c8067302a6cbaae04eaba308a5.tar.gz
bugzilla-6e282d384995d9c8067302a6cbaae04eaba308a5.tar.xz
Add missing file change for bug 302542
Diffstat (limited to 'template/en')
-rw-r--r--template/en/default/reports/edit-series.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/reports/edit-series.html.tmpl b/template/en/default/reports/edit-series.html.tmpl
index 7fbdcbdfd..214bbcd75 100644
--- a/template/en/default/reports/edit-series.html.tmpl
+++ b/template/en/default/reports/edit-series.html.tmpl
@@ -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 %]