fixed TSStatus constructor

This commit is contained in:
Ulf Gebhardt 2019-08-22 18:31:16 +02:00
parent 9169dee046
commit a9874766f1
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -30,7 +30,7 @@ class TSStatus
public $hideEmptyChannels;
public $hideParentChannels;
public function TSStatus($host, $queryPort = 10011)
public function __construct($host, $queryPort = 10011)
{
$this->_host = $host;
$this->_queryPort = $queryPort;