]> git.mxchange.org Git - friendica.git/commitdiff
diaspora_reshare - even more logging
authorFriendika <info@friendika.com>
Thu, 20 Oct 2011 10:56:10 +0000 (03:56 -0700)
committerFriendika <info@friendika.com>
Thu, 20 Oct 2011 10:56:10 +0000 (03:56 -0700)
include/diaspora.php

index abe927697bac31c70a76d572c1f4fbefc3fd4310..0528c5575b6ea94f0ac58be99172f19662143eee 100644 (file)
@@ -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);