diaspora_reshare - even more logging

This commit is contained in:
Friendika 2011-10-20 03:56:10 -07:00
parent 796056f810
commit 96c0598737
1 changed files with 2 additions and 0 deletions

View File

@ -627,6 +627,8 @@ function diaspora_reshare($importer,$xml) {
logger('diaspora_reshare: unable to fetch source url ' . $source_url); logger('diaspora_reshare: unable to fetch source url ' . $source_url);
return; return;
} }
logger('diaspora_reshare: source: ' . $x);
$x = str_replace(array('<activity_streams-photo>','</activity_streams-photo>'),array('<asphoto>','</asphoto>'),$x); $x = str_replace(array('<activity_streams-photo>','</activity_streams-photo>'),array('<asphoto>','</asphoto>'),$x);
$source_xml = parse_xml_string($x,false); $source_xml = parse_xml_string($x,false);