mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-25 19:00:03 +03:00
fixes #1970 Undefined array key comments
This commit is contained in:
parent
b6d8fe4144
commit
85a6b11dec
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue