mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13164] Fix syntax error
PHPBB3-13164
This commit is contained in:
parent
eb7152436c
commit
9bc9e42c94
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue