diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-20 14:41:46 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-20 14:41:46 -0800 |
commit | b4dad817677dbe23221901752cba60418c05287e (patch) | |
tree | 0feac3ca9d541fa2d077a28ceb7ec747dc76edc8 /Zotlabs | |
parent | dbeee4707b73c87684146fefa15c2caaf323f921 (diff) | |
download | volse-hubzilla-b4dad817677dbe23221901752cba60418c05287e.tar.gz volse-hubzilla-b4dad817677dbe23221901752cba60418c05287e.tar.bz2 volse-hubzilla-b4dad817677dbe23221901752cba60418c05287e.zip |
copy/paste error resulting in bad behaviour
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Daemon/Notifier.php | 2 |
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); } |