mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
diaspora_reshare - even more logging
This commit is contained in:
parent
796056f810
commit
96c0598737
1 changed files with 2 additions and 0 deletions
|
@ -627,6 +627,8 @@ function diaspora_reshare($importer,$xml) {
|
|||
logger('diaspora_reshare: unable to fetch source url ' . $source_url);
|
||||
return;
|
||||
}
|
||||
logger('diaspora_reshare: source: ' . $x);
|
||||
|
||||
$x = str_replace(array('<activity_streams-photo>','</activity_streams-photo>'),array('<asphoto>','</asphoto>'),$x);
|
||||
$source_xml = parse_xml_string($x,false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue