aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-08 21:32:18 -0800
committerzotlabs <mike@macgirvin.com>2018-02-08 21:32:18 -0800
commit3dfafb710c901cd78b75681e39156a9f018b1ac9 (patch)
tree5f29aed6be56d89200757fe7b4180c4c1388a7ff /include
parent9f5d44fa32b1ef9e103f98dcf7d68bfef1fdd94f (diff)
downloadvolse-hubzilla-3dfafb710c901cd78b75681e39156a9f018b1ac9.tar.gz
volse-hubzilla-3dfafb710c901cd78b75681e39156a9f018b1ac9.tar.bz2
volse-hubzilla-3dfafb710c901cd78b75681e39156a9f018b1ac9.zip
cosmetic
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) {