fix html bug (li) fix comment for guest bug (form missing)
git-svn-id: http://piwigo.org/svn/trunk@3446 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
9245227e70
commit
1ce50505e4
2 changed files with 2 additions and 2 deletions
|
|
@ -196,7 +196,7 @@ $validated_clause.'
|
|||
|
||||
if (!is_a_guest()
|
||||
or (is_a_guest() and $conf['comments_forall'])
|
||||
and (isset($edit_comment) and ($edit_comment != null)))
|
||||
or (empty($edit_comment)))
|
||||
{
|
||||
$key = get_comment_post_key($page['image_id']);
|
||||
$content = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue