fixed TSStatus constructor
This commit is contained in:
parent
9169dee046
commit
a9874766f1
@ -30,7 +30,7 @@ class TSStatus
|
|||||||
public $hideEmptyChannels;
|
public $hideEmptyChannels;
|
||||||
public $hideParentChannels;
|
public $hideParentChannels;
|
||||||
|
|
||||||
public function TSStatus($host, $queryPort = 10011)
|
public function __construct($host, $queryPort = 10011)
|
||||||
{
|
{
|
||||||
$this->_host = $host;
|
$this->_host = $host;
|
||||||
$this->_queryPort = $queryPort;
|
$this->_queryPort = $queryPort;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user