From 19129e06c39da10b7b026ab8c2176322102a95cf Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 19 Oct 2011 15:08:16 -0700 Subject: diaspora_reshare no content found, d* profile message work in progress, network page fix for cid search using post order --- include/diaspora.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/diaspora.php') diff --git a/include/diaspora.php b/include/diaspora.php index 4012c02e5..aa6ee9670 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -621,7 +621,7 @@ function diaspora_reshare($importer,$xml) { return; } $x = str_replace(array('',''),array('',''),$x); - $source_xml = parse_xml_string($x,true); + $source_xml = parse_xml_string($x,false); if(strlen($source_xml->asphoto->objectId) && ($source_xml->asphoto->objectId != 0) && ($source_xml->asphoto->image_url)) $body = '[url=' . notags(unxmlify($source_xml->asphoto->image_url)) . '][img]' . notags(unxmlify($source_xml->asphoto->objectId)) . '[/img][/url]' . "\n"; @@ -631,7 +631,7 @@ function diaspora_reshare($importer,$xml) { $body = diaspora2bb($source_xml->status_message->raw_message); } else { - logger('diaspora_reshare: no reshare content found.'); + logger('diaspora_reshare: no reshare content found: ' . print_r($source_xml,true)); return; } if(! $body) { -- cgit v1.2.3