From 87e3c52fa80ca15e00ae0d1892999fc5be6282a1 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 28 Jun 2009 17:22:44 -0400 Subject: change name of constructor for xmppdaemon --- scripts/xmppdaemon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php index 231922e39..ca6218120 100755 --- a/scripts/xmppdaemon.php +++ b/scripts/xmppdaemon.php @@ -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); -- cgit v1.2.3-54-g00ecf