aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorVjacheslav Trushkin <arty@phpbb.com>2011-09-03 23:50:00 +0300
committerVjacheslav Trushkin <arty@phpbb.com>2011-09-04 01:08:00 +0300
commit830c3f4047d0718ed398c38d4640cc0f1fe77a7f (patch)
treeb4e068cb14fd03347e437d7109c240e6af676c90 /phpBB/viewtopic.php
parent98590201d862ad75e24971a8817a06fa66466f77 (diff)
downloadforums-830c3f4047d0718ed398c38d4640cc0f1fe77a7f.tar
forums-830c3f4047d0718ed398c38d4640cc0f1fe77a7f.tar.gz
forums-830c3f4047d0718ed398c38d4640cc0f1fe77a7f.tar.bz2
forums-830c3f4047d0718ed398c38d4640cc0f1fe77a7f.tar.xz
forums-830c3f4047d0718ed398c38d4640cc0f1fe77a7f.zip
[feature/remove-imagesets] Adjustments to php files
Removing imagesets. Adjustments to php files PHPBB3-10336
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 2c5b4e3fc5..a1976e169d 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -840,7 +840,7 @@ if (!empty($topic_data['poll_start']))
'POLL_OPTION_RESULT' => $poll_option['poll_option_total'],
'POLL_OPTION_PERCENT' => $option_pct_txt,
'POLL_OPTION_PCT' => round($option_pct * 100),
- 'POLL_OPTION_IMG' => $user->img('poll_center', $option_pct_txt, round($option_pct * 250)),
+ 'POLL_OPTION_WIDTH' => round($option_pct * 250),
'POLL_OPTION_VOTED' => (in_array($poll_option['poll_option_id'], $cur_voted_id)) ? true : false)
);
}