From 9bc9e42c94d51cb5fbefefd97dd706c33f269614 Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Sat, 11 Oct 2014 17:58:41 +0200 Subject: [PATCH] [ticket/13164] Fix syntax error PHPBB3-13164 --- phpBB/includes/functions_posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 57dc3a79c6..af44f6270e 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -2400,7 +2400,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u 'topic_type', 'poll', 'data', - 'post_visibility,' + 'post_visibility', 'update_message', 'update_search_index', 'url',