fixes #1970 Undefined array key comments

This commit is contained in:
plegall
2023-12-04 19:14:59 +01:00
parent b6d8fe4144
commit 85a6b11dec
+2 -1
View File
@@ -107,6 +107,7 @@ SELECT
array(
'COMMENT_COUNT' => $row['nb_comments'],
'navbar' => $navigation_bar,
'comments' => array(),
)
);
@@ -263,4 +264,4 @@ SELECT
$template->assign_var_from_handle('COMMENT_LIST', 'comment_list');
}
?>
?>