change name of constructor for xmppdaemon

This commit is contained in:
Evan Prodromou 2009-06-28 17:22:44 -04:00
parent 96814f14db
commit 87e3c52fa8
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ require_once INSTALLDIR . '/lib/daemon.php';
class XMPPDaemon extends Daemon class XMPPDaemon extends Daemon
{ {
function XMPPDaemon($resource=null, $daemonize=true) function __construct($resource=null, $daemonize=true)
{ {
parent::__construct($daemonize); parent::__construct($daemonize);