lost parenthesis in xmppdaemon

darcs-hash:20080626080214-34904-88d67a23cbdde21dd74064e6e0c401fb7204699a.gz
This commit is contained in:
Evan Prodromou 2008-06-26 04:02:14 -04:00
parent 64ba09f9a3
commit 85fd47aa52
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}