mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11638] Fixed not following guidelines for brackets
sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11638
This commit is contained in:
parent
fc64e6997f
commit
7341482304
1 changed files with 2 additions and 1 deletions
|
@ -830,7 +830,8 @@ if (!empty($topic_data['poll_start']))
|
|||
|
||||
$parse_bbcode_flags = OPTION_FLAG_SMILIES;
|
||||
|
||||
if(empty($poll_info[0]['bbcode_bitfield'])){
|
||||
if(empty($poll_info[0]['bbcode_bitfield']))
|
||||
{
|
||||
$parse_bbcode_flags |= OPTION_FLAG_BBCODE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue