]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
typo preventing detection of addresses
authorEvan Prodromou <evan@prodromou.name>
Sat, 30 Aug 2008 05:28:10 +0000 (01:28 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sat, 30 Aug 2008 05:28:10 +0000 (01:28 -0400)
darcs-hash:20080830052810-84dde-e90c46cc8d9a48a91098efd123c45108ce2903b6.gz

scripts/xmppdaemon.php

index d3e767e094170cc2f72dec33e77afc65800199c2..c7a4fc7638e70a77ba83b8204e1fc98699b96836 100755 (executable)
@@ -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;