Update Page\Poll

This commit is contained in:
Visman 2021-02-13 13:20:15 +07:00
parent 4ac916e407
commit c133e47455

View file

@ -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 (