From 3dfafb710c901cd78b75681e39156a9f018b1ac9 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 8 Feb 2018 21:32:18 -0800 Subject: cosmetic --- include/zot.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/zot.php b/include/zot.php index 1a9909de1..1042f09d9 100644 --- a/include/zot.php +++ b/include/zot.php @@ -5108,9 +5108,8 @@ function zot_reply_notify($data) { $ret['collected'] = true; $import = [ 'success' => true, 'pickup' => [ [ 'notify' => $data, 'message' => json_decode($data['msg'],true) ] ] ]; - unset($import['pickup'][0]['notify']['msg']); - logger('import: ' . print_r($import,true), LOGGER_DATA); + logger('zot6_import: ' . print_r($import,true), LOGGER_DATA); $x = zot_import([ 'success' => true, 'body' => json_encode($import) ], $data['sender']['url']); if($x) { -- cgit v1.2.3