diff options
Diffstat (limited to 'template/default/show/comments.tmpl')
-rw-r--r-- | template/default/show/comments.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/show/comments.tmpl b/template/default/show/comments.tmpl index 7bdbdc06c..a840d6324 100644 --- a/template/default/show/comments.tmpl +++ b/template/default/show/comments.tmpl @@ -20,7 +20,7 @@ [% DEFAULT start_at = 0 %] [% count = 0 %] -[% FOREACH comment = bug.comments %] +[% FOREACH comment = comments %] [% IF count >= start_at %] [% PROCESS a_comment %] [% END %] |