mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
fixes #1970 Undefined array key comments
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user