summaryrefslogtreecommitdiff
path: root/xmppdaemon.php
diff options
context:
space:
mode:
Diffstat (limited to 'xmppdaemon.php')
-rw-r--r--xmppdaemon.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmppdaemon.php b/xmppdaemon.php
index 4e4511259..ac3ab8aca 100644
--- a/xmppdaemon.php
+++ b/xmppdaemon.php
@@ -48,7 +48,6 @@ class XMPPDaemon {
function connect() {
$this->conn = jabber_connect($this->resource,
"Send me a message to post a notice");
- );
if (!$this->conn) {
return false;
}