]> git.mxchange.org Git - friendica.git/commitdiff
more reshare logging to see what's going on
authorFriendika <info@friendika.com>
Thu, 20 Oct 2011 09:07:38 +0000 (02:07 -0700)
committerFriendika <info@friendika.com>
Thu, 20 Oct 2011 09:07:38 +0000 (02:07 -0700)
include/diaspora.php

index 24f4aac65a75f277ff8440a09b131293ad23a9e4..e432ed8090746adae096c93f68694fa114170336 100644 (file)
@@ -589,10 +589,13 @@ function diaspora_post($importer,$xml) {
 
 function diaspora_reshare($importer,$xml) {
 
+       logger('diaspora_reshare: init: ' . print_r($xml,true));
+
        $a = get_app();
        $guid = notags(unxmlify($xml->guid));
        $diaspora_handle = notags(unxmlify($xml->diaspora_handle));
 
+
        $contact = diaspora_get_contact_by_handle($importer['uid'],$diaspora_handle);
        if(! $contact)
                return;