diff options
author | Friendika <info@friendika.com> | 2011-10-20 03:56:10 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-20 03:56:10 -0700 |
commit | 96c0598737a86d1c3861af2f149edf3d50edef22 (patch) | |
tree | 3094dc0d45cee2eda7aae1a140480b5dd24b37a7 /include | |
parent | 796056f8103580016da846cd0befa4bf3ea8c208 (diff) | |
download | volse-hubzilla-96c0598737a86d1c3861af2f149edf3d50edef22.tar.gz volse-hubzilla-96c0598737a86d1c3861af2f149edf3d50edef22.tar.bz2 volse-hubzilla-96c0598737a86d1c3861af2f149edf3d50edef22.zip |
diaspora_reshare - even more logging
Diffstat (limited to 'include')
-rw-r--r-- | include/diaspora.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/diaspora.php b/include/diaspora.php index abe927697..0528c5575 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -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); |