mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11638] Variable names goof...
sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11638
This commit is contained in:
parent
ccc5c5f6b8
commit
8295d0fb36
1 changed files with 1 additions and 1 deletions
|
@ -828,7 +828,7 @@ if (!empty($topic_data['poll_start']))
|
|||
$poll_total += $poll_option['poll_option_total'];
|
||||
}
|
||||
|
||||
$parse_flags = ($row['bbcode_bitfield'] ? OPTION_FLAG_BBCODE : 0) | OPTION_FLAG_SMILIES;
|
||||
$parse_flags = ($poll_info[0]['bbcode_bitfield'] ? OPTION_FLAG_BBCODE : 0) | OPTION_FLAG_SMILIES;
|
||||
|
||||
for ($i = 0, $size = sizeof($poll_info); $i < $size; $i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue