Update Page\Poll
This commit is contained in:
parent
4ac916e407
commit
c133e47455
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Poll extends Page
|
|||
*/
|
||||
public function vote(array $args, string $method): Page
|
||||
{
|
||||
$tid = (int) $args['tid'];
|
||||
$tid = $args['tid'];
|
||||
$topic = $this->c->topics->load($tid);
|
||||
|
||||
if (
|
||||
|
|
Loading…
Add table
Reference in a new issue