From 67069beddcb8765164485fb7e59749663313aa19 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 19 Feb 2018 14:27:27 -0800 Subject: add logging --- include/zot.php | 2 ++ 1 file changed, 2 insertions(+) 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) { -- cgit v1.2.3