From: Friendika Date: Thu, 20 Oct 2011 09:07:38 +0000 (-0700) Subject: more reshare logging to see what's going on X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=852ece39f400add827c1980ee5b343f1bf71ee4e;p=friendica.git more reshare logging to see what's going on --- diff --git a/include/diaspora.php b/include/diaspora.php index 24f4aac65a..e432ed8090 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -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;