mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Merge pull request #1630 from brunoais/ticket/11638
[ticket/11638] Variable names goof...
This commit is contained in:
@@ -832,7 +832,7 @@ if (!empty($topic_data['poll_start']))
|
|||||||
$poll_total += $poll_option['poll_option_total'];
|
$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++)
|
for ($i = 0, $size = sizeof($poll_info); $i < $size; $i++)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user