|
@@ -59,7 +59,7 @@ discard block |
|
|
block discarded – undo |
|
59
|
59
|
$this->php_ext = $php_ext; |
|
60
|
60
|
} |
|
61
|
61
|
|
|
62
|
|
- public function build(array $topic_data, \phpbb\template\twig\twig &$template) |
|
|
62
|
+ public function build(array $topic_data, \phpbb\template\twig\twig & $template) |
|
63
|
63
|
{ |
|
64
|
64
|
$this->user->add_lang('viewtopic'); |
|
65
|
65
|
|
|
@@ -168,7 +168,7 @@ discard block |
|
|
block discarded – undo |
|
168
|
168
|
* @param int $poll_most |
|
169
|
169
|
* @param \phpbb\template\twig\twig $template |
|
170
|
170
|
*/ |
|
171
|
|
- private function _build_poll_options(array $cur_voted_id, array $poll_info, $poll_total, $poll_most, \phpbb\template\twig\twig &$template) |
|
|
171
|
+ private function _build_poll_options(array $cur_voted_id, array $poll_info, $poll_total, $poll_most, \phpbb\template\twig\twig & $template) |
|
172
|
172
|
{ |
|
173
|
173
|
foreach ($poll_info as $poll_option) |
|
174
|
174
|
{ |
Please login to merge, or discard this patch.