diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-19 14:27:27 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-19 14:27:27 -0800 |
commit | 67069beddcb8765164485fb7e59749663313aa19 (patch) | |
tree | 214c663559f862f0a2fec257d0e15695b10e67db /include/zot.php | |
parent | 331fe92b9e5e7ecd1db0d0582278bf7b95789570 (diff) | |
download | volse-hubzilla-67069beddcb8765164485fb7e59749663313aa19.tar.gz volse-hubzilla-67069beddcb8765164485fb7e59749663313aa19.tar.bz2 volse-hubzilla-67069beddcb8765164485fb7e59749663313aa19.zip |
add logging
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
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) { |