typo preventing detection of addresses

darcs-hash:20080830052810-84dde-e90c46cc8d9a48a91098efd123c45108ce2903b6.gz
This commit is contained in:
Evan Prodromou 2008-08-30 01:28:10 -04:00
parent 706dc53d40
commit a586bbed24
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class XMPPDaemon {
function get_ofrom($pl) {
$xml = $pl['raw'];
$addresses = $xml->sub('adddresses');
$addresses = $xml->sub('addresses');
if (!$addresses) {
$this->log(LOG_WARNING, 'Forwarded message without addresses');
return NULL;