diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index c1ccd2ab71..5815a44a48 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -850,6 +850,7 @@ function submit_post($mode, $message, $subject, $username, $topic_type, $bbcode_ $db->sql_query($sql); // Update user post count ... if appropriate + // TODO: alter to use the ACL if (!empty($post_data['enable_post_count']) && $user->data['user_id'] != ANONYMOUS) { $sql = 'UPDATE ' . USERS_TABLE . '