diff options
Diffstat (limited to '')
-rw-r--r-- | category.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/category.php b/category.php index ed50a5762..02384fbc8 100644 --- a/category.php +++ b/category.php @@ -488,7 +488,7 @@ if ( isset ( $page['cat'] ) ) // category comment if ( isset( $page['comment'] ) and $page['comment'] != '' ) { - $template->assign_block_vars('cat_infos.navigation',array('COMMENTS' => $page['cat_comment'])); + $template->assign_block_vars('cat_infos.comment',array('COMMENTS' => $page['comment'])); } } //------------------------------------------------------------ log informations |