bug:2152 no special parameter for updated comment validation

git-svn-id: http://piwigo.org/svn/trunk@10122 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100 2011-04-06 19:24:30 +00:00
parent f63153073f
commit 2f344407a9
9 changed files with 83 additions and 56 deletions

View file

@ -265,7 +265,7 @@ function update_user_comment($comment, $post_key)
}
// should the updated comment must be validated
if (!$conf['comments_update_validation'] or is_admin())
if (!$conf['comments_validation'] or is_admin())
{
$comment_action='validate'; //one of validate, moderate, reject
}