From a050b2f1d99eb0b1d83c339ae888a3538609207c Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 5 Jul 2008 14:47:29 -0400 Subject: use method instead of now-protected attribute for xmpp darcs-hash:20080705184729-84dde-8ed4e07c1694f0300bf5acf967e8c596b9c4d635.gz --- xmppdaemon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmppdaemon.php') diff --git a/xmppdaemon.php b/xmppdaemon.php index c526b4ef0..b07f44cff 100755 --- a/xmppdaemon.php +++ b/xmppdaemon.php @@ -63,7 +63,7 @@ class XMPPDaemon { if (!$this->conn) { return false; } - return !$this->conn->disconnected; + return !$this->conn->isDisconnected(); } function handle() { -- cgit v1.2.3-54-g00ecf