aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-20 14:41:46 -0800
committerzotlabs <mike@macgirvin.com>2018-02-20 14:41:46 -0800
commitb4dad817677dbe23221901752cba60418c05287e (patch)
tree0feac3ca9d541fa2d077a28ceb7ec747dc76edc8
parentdbeee4707b73c87684146fefa15c2caaf323f921 (diff)
downloadvolse-hubzilla-b4dad817677dbe23221901752cba60418c05287e.tar.gz
volse-hubzilla-b4dad817677dbe23221901752cba60418c05287e.tar.bz2
volse-hubzilla-b4dad817677dbe23221901752cba60418c05287e.zip
copy/paste error resulting in bad behaviour
-rw-r--r--Zotlabs/Daemon/Notifier.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php
index af561c702..fa2368a92 100644
--- a/Zotlabs/Daemon/Notifier.php
+++ b/Zotlabs/Daemon/Notifier.php
@@ -651,7 +651,7 @@ class Notifier {
$packet = zot6_build_packet($channel,'notify',$env, json_encode($encoded_item), (($private) ? $hub['hubloc_sitekey'] : null), $hub['site_crypto'],$hash);
}
else {
- $packet = zot6_build_packet($channel,'notify',$env, (($private) ? $hub['hubloc_sitekey'] : null), $hub['site_crypto'],$hash);
+ $packet = zot_build_packet($channel,'notify',$env, (($private) ? $hub['hubloc_sitekey'] : null), $hub['site_crypto'],$hash);
}