diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2014-10-11 17:58:41 +0200 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2014-10-11 17:58:41 +0200 |
commit | 9bc9e42c94d51cb5fbefefd97dd706c33f269614 (patch) | |
tree | d2001c3f5344e2ba238f2ffda7fba821d16964ff | |
parent | eb7152436c160d835ca15835c45e256465cfc232 (diff) | |
download | forums-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.php | 2 |
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', |