mirror of
https://github.com/friendica/friendica
synced 2024-11-13 00:22:59 +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);
|
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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue