[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:
Bruno Ais 2013-07-20 16:25:05 +01:00
parent fc64e6997f
commit 7341482304

View file

@ -830,7 +830,8 @@ if (!empty($topic_data['poll_start']))
$parse_bbcode_flags = OPTION_FLAG_SMILIES; $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; $parse_bbcode_flags |= OPTION_FLAG_BBCODE;
} }