diff options
-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) { |