From a586bbed243079cd2afb7760e2fc97d731bdcb51 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 30 Aug 2008 01:28:10 -0400 Subject: [PATCH] typo preventing detection of addresses darcs-hash:20080830052810-84dde-e90c46cc8d9a48a91098efd123c45108ce2903b6.gz --- scripts/xmppdaemon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;