aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-07-30 03:27:22 -0700
committerJoas Schilling <nickvergessen@gmx.de>2013-07-30 03:27:22 -0700
commitb4e043ba15ba15eab859812b57cee37e04ec3255 (patch)
treecf43af9332117e538ab6e9451c13a19c449f6d6d /phpBB/viewtopic.php
parent8fd52c8243f63913aaf551e4c79251dfe6241298 (diff)
parent8295d0fb36df1c11af45f9062e17520d661e625c (diff)
downloadforums-b4e043ba15ba15eab859812b57cee37e04ec3255.tar
forums-b4e043ba15ba15eab859812b57cee37e04ec3255.tar.gz
forums-b4e043ba15ba15eab859812b57cee37e04ec3255.tar.bz2
forums-b4e043ba15ba15eab859812b57cee37e04ec3255.tar.xz
forums-b4e043ba15ba15eab859812b57cee37e04ec3255.zip
Merge pull request #1630 from brunoais/ticket/11638
[ticket/11638] Variable names goof...
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 9510b047ca..bc54a249a9 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -832,7 +832,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++)
{