aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/zot.php3
1 files changed, 1 insertions, 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) {