aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2014-10-11 17:58:41 +0200
committerJakub Senko <jakubsenko@gmail.com>2014-10-11 17:58:41 +0200
commit9bc9e42c94d51cb5fbefefd97dd706c33f269614 (patch)
treed2001c3f5344e2ba238f2ffda7fba821d16964ff
parenteb7152436c160d835ca15835c45e256465cfc232 (diff)
downloadforums-9bc9e42c94d51cb5fbefefd97dd706c33f269614.tar
forums-9bc9e42c94d51cb5fbefefd97dd706c33f269614.tar.gz
forums-9bc9e42c94d51cb5fbefefd97dd706c33f269614.tar.bz2
forums-9bc9e42c94d51cb5fbefefd97dd706c33f269614.tar.xz
forums-9bc9e42c94d51cb5fbefefd97dd706c33f269614.zip
[ticket/13164] Fix syntax error
PHPBB3-13164
-rw-r--r--phpBB/includes/functions_posting.php2
1 files changed, 1 insertions, 1 deletions
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',