aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-19 14:27:27 -0800
committerzotlabs <mike@macgirvin.com>2018-02-19 14:27:27 -0800
commit67069beddcb8765164485fb7e59749663313aa19 (patch)
tree214c663559f862f0a2fec257d0e15695b10e67db /include
parent331fe92b9e5e7ecd1db0d0582278bf7b95789570 (diff)
downloadvolse-hubzilla-67069beddcb8765164485fb7e59749663313aa19.tar.gz
volse-hubzilla-67069beddcb8765164485fb7e59749663313aa19.tar.bz2
volse-hubzilla-67069beddcb8765164485fb7e59749663313aa19.zip
add logging
Diffstat (limited to 'include')
-rw-r--r--include/zot.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php
index 1042f09d9..5f969cdaa 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -1235,6 +1235,8 @@ function zot_fetch($arr) {
*/
function zot_import($arr, $sender_url) {
+ logger('arr: ' . print_r($arr,true));
+
$data = json_decode($arr['body'], true);
if(! $data) {