From: Evan Prodromou Date: Thu, 11 Dec 2008 18:32:50 +0000 (-0500) Subject: xmppdaemon uses 'xml' rather than 'raw' accessor X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3c5f1a5b887b1158b44959f4f97003ebd1615daa;p=quix0rs-gnu-social.git xmppdaemon uses 'xml' rather than 'raw' accessor darcs-hash:20081211183250-5ed1f-73f542de534be2931508841a2c85162e2fe15160.gz --- diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php index e55b9e3e9d..f460ec6e1a 100755 --- a/scripts/xmppdaemon.php +++ b/scripts/xmppdaemon.php @@ -161,7 +161,7 @@ class XMPPDaemon extends Daemon { } function get_ofrom($pl) { - $xml = $pl['raw']; + $xml = $pl['xml']; $addresses = $xml->sub('addresses'); if (!$addresses) { $this->log(LOG_WARNING, 'Forwarded message without addresses');