diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-08 10:32:40 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-08 10:32:40 -0800 |
commit | a77efb2447abe75d3b9902410bced61b76377de3 (patch) | |
tree | d27ce308ec06ae75e7f48f77a3588e5da2add5a0 /lib/xmppmanager.php | |
parent | 5adb494c26e431948b50690b8efaeedb3f3513d1 (diff) |
XMPP cleanup: fix outgoing XMPP when queuing is disabled; fix notice for first access to undefined member variable
Diffstat (limited to 'lib/xmppmanager.php')
-rw-r--r-- | lib/xmppmanager.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/xmppmanager.php b/lib/xmppmanager.php index f37635855..cca54db08 100644 --- a/lib/xmppmanager.php +++ b/lib/xmppmanager.php @@ -36,6 +36,7 @@ class XmppManager extends IoManager protected $site = null; protected $pingid = 0; protected $lastping = null; + protected $conn = null; static protected $singletons = array(); |