summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/comments.html.tmpl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2007-11-21 08:06:22 +0100
committermkanat%bugzilla.org <>2007-11-21 08:06:22 +0100
commit8ab75a83c21606ad77a38c05057f886011fa0451 (patch)
tree36e901a48162162acde868386f51d80f04931254 /template/en/default/bug/comments.html.tmpl
parente59296bd6780db6aceec48c9414b29acd5d0fdfa (diff)
downloadbugzilla-8ab75a83c21606ad77a38c05057f886011fa0451.tar.gz
bugzilla-8ab75a83c21606ad77a38c05057f886011fa0451.tar.xz
Bug 404412: Couldn't edit comments anymore because of a regression from bug 401957.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/bug/comments.html.tmpl')
-rw-r--r--template/en/default/bug/comments.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl
index 7a0020d47..1fc5d46d3 100644
--- a/template/en/default/bug/comments.html.tmpl
+++ b/template/en/default/bug/comments.html.tmpl
@@ -183,7 +183,7 @@
[% IF mode == "edit" %]
<script type="text/javascript"><!--
addCollapseLink([% count %]);
- addReplyLink([% count %]); //-->
+ addReplyLink([% count %], [% comment.id %]); //-->
</script>
[% END %]
[%+ decoration FILTER none %]