forked from GNUsocial/gnu-social
typo preventing detection of addresses
darcs-hash:20080830052810-84dde-e90c46cc8d9a48a91098efd123c45108ce2903b6.gz
This commit is contained in:
parent
706dc53d40
commit
a586bbed24
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user