change name of constructor for xmppdaemon
This commit is contained in:
parent
96814f14db
commit
87e3c52fa8
|
@ -43,7 +43,7 @@ require_once INSTALLDIR . '/lib/daemon.php';
|
|||
|
||||
class XMPPDaemon extends Daemon
|
||||
{
|
||||
function XMPPDaemon($resource=null, $daemonize=true)
|
||||
function __construct($resource=null, $daemonize=true)
|
||||
{
|
||||
parent::__construct($daemonize);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user