mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -07:00
parent
6abd9babc9
commit
3fbd9580a5
1 changed files with 1 additions and 1 deletions
2
poll.php
2
poll.php
|
@ -169,7 +169,7 @@ class bb_poll
|
||||||
public $poll_votes = array();
|
public $poll_votes = array();
|
||||||
public $max_votes = 0;
|
public $max_votes = 0;
|
||||||
|
|
||||||
public function bb_poll()
|
public function __construct()
|
||||||
{
|
{
|
||||||
global $bb_cfg;
|
global $bb_cfg;
|
||||||
$this->max_votes = $bb_cfg['max_poll_options'];
|
$this->max_votes = $bb_cfg['max_poll_options'];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue