From: Evan Prodromou Date: Sat, 30 Aug 2008 05:28:10 +0000 (-0400) Subject: typo preventing detection of addresses X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a586bbed243079cd2afb7760e2fc97d731bdcb51;p=quix0rs-gnu-social.git typo preventing detection of addresses darcs-hash:20080830052810-84dde-e90c46cc8d9a48a91098efd123c45108ce2903b6.gz --- diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php index d3e767e094..c7a4fc7638 100755 --- a/scripts/xmppdaemon.php +++ b/scripts/xmppdaemon.php @@ -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;