diff options
author | zotlabs <mike@macgirvin.com> | 2018-12-17 18:14:32 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-12-17 18:14:32 -0800 |
commit | 8d70b919551f6f6462e639f7cfffda9825344e43 (patch) | |
tree | 764766ffbecfa5e65f8344ea0f40371b5728bd80 /include | |
parent | a33ed05bec38d35131d72e9b3d6d61b5d6a2daaf (diff) | |
download | volse-hubzilla-8d70b919551f6f6462e639f7cfffda9825344e43.tar.gz volse-hubzilla-8d70b919551f6f6462e639f7cfffda9825344e43.tar.bz2 volse-hubzilla-8d70b919551f6f6462e639f7cfffda9825344e43.zip |
regression: mail from dev to core not delivering
Diffstat (limited to 'include')
-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 d031b4a96..9934dae07 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1232,6 +1232,7 @@ function zot_fetch($arr) { $datatosend = json_encode(crypto_encapsulate(json_encode($data),$hub['hubloc_sitekey'], $algorithm)); $import = zot_zot($url,$datatosend); + } else { $algorithm = zot_best_algorithm($hub['site_crypto']); @@ -4913,6 +4914,7 @@ function zot_reply_pickup($data) { dbesc($data['secret']), dbesc($data['callback']) ); + if(! $r) { $ret['message'] = 'nothing to pick up'; logger('mod_zot: pickup: ' . $ret['message']); |