diff options
-rw-r--r-- | mod/post.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/post.php b/mod/post.php index 883b11a69..1f817aa40 100644 --- a/mod/post.php +++ b/mod/post.php @@ -588,6 +588,8 @@ function post_post(&$a) { dbesc($data['callback']) ); if($r) { + logger('mod_zot: succesful pickup message received from ' . $data['callback'] . ' ' . count($r) . ' message(s) picked up', LOGGER_DEBUG); + $ret['success'] = true; $ret['pickup'] = array(); foreach($r as $rr) { |