diff options
Diffstat (limited to 'template/en/default/bug/comments.html.tmpl')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 2 |
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 79e5636fc..47c6edb61 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -124,7 +124,7 @@ <i> <input type="hidden" name="oisprivate-[% count %]" value="[% comment.isprivate %]"> - <input type="hidden" name="when-[% count %]" value="[% comment.when %]"> + <input type="hidden" name="when-[% count %]" value="[% comment.time %]"> <input type="checkbox" name="isprivate-[% count %]" value="1" onClick="updateCommentPrivacy(this, [% count %])" id="isprivate-[% count %]" |