diff options
Diffstat (limited to 'themes/default/template/comments.tpl')
-rw-r--r-- | themes/default/template/comments.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/comments.tpl b/themes/default/template/comments.tpl index fd2cace00..92c1cc2db 100644 --- a/themes/default/template/comments.tpl +++ b/themes/default/template/comments.tpl @@ -73,7 +73,7 @@ {if isset($comments)} <div id="comments"> - {include file='comment_list.tpl'} + {include file='comment_list.tpl' comment_derivative_params=$derivative_params} </div> {/if} |