lost parenthesis in xmppdaemon
darcs-hash:20080626080214-34904-88d67a23cbdde21dd74064e6e0c401fb7204699a.gz
This commit is contained in:
parent
64ba09f9a3
commit
85fd47aa52
@ -48,7 +48,6 @@ class XMPPDaemon {
|
|||||||
function connect() {
|
function connect() {
|
||||||
$this->conn = jabber_connect($this->resource,
|
$this->conn = jabber_connect($this->resource,
|
||||||
"Send me a message to post a notice");
|
"Send me a message to post a notice");
|
||||||
);
|
|
||||||
if (!$this->conn) {
|
if (!$this->conn) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user