From 2f344407a9bff56ab14f816596090a15e435d6eb Mon Sep 17 00:00:00 2001 From: mistic100 Date: Wed, 6 Apr 2011 19:24:30 +0000 Subject: bug:2152 no special parameter for updated comment validation git-svn-id: http://piwigo.org/svn/trunk@10122 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_comment.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions_comment.inc.php') diff --git a/include/functions_comment.inc.php b/include/functions_comment.inc.php index 71aef652d..932491520 100644 --- a/include/functions_comment.inc.php +++ b/include/functions_comment.inc.php @@ -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 } -- cgit v1.2.3