Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x

This commit is contained in:
Siebrand Mazeland
2009-11-08 23:33:58 +01:00
75 changed files with 7718 additions and 4851 deletions

View File

@@ -43,7 +43,7 @@ class XmppQueueHandler extends QueueHandler
$this->conn = jabber_connect($this->_id.$this->transport());
if (empty($this->conn)) {
$this->log(LOG_ERR, "Could not connect to server.");
$this->log(LOG_ERR, "Couldn't connect to server.");
return false;
}