mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 18:26:32 +02: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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user