diff options
author | Vjacheslav Trushkin <arty@phpbb.com> | 2011-09-03 23:50:00 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <arty@phpbb.com> | 2011-09-04 01:08:00 +0300 |
commit | 830c3f4047d0718ed398c38d4640cc0f1fe77a7f (patch) | |
tree | b4e068cb14fd03347e437d7109c240e6af676c90 /phpBB/viewtopic.php | |
parent | 98590201d862ad75e24971a8817a06fa66466f77 (diff) | |
download | forums-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.php | 2 |
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) ); } |