diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-20 23:58:17 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-20 23:58:17 +0100 |
commit | 85a6dd60316eefbdaf072e59621d681a3cf2546b (patch) | |
tree | 523620e5ffb4417ec7b47befb93110ffb47b2662 /Zotlabs/Daemon/Notifier.php | |
parent | 6d0b88e242a8b960fb5294d3923e30a6637c619d (diff) | |
parent | b4dad817677dbe23221901752cba60418c05287e (diff) | |
download | volse-hubzilla-85a6dd60316eefbdaf072e59621d681a3cf2546b.tar.gz volse-hubzilla-85a6dd60316eefbdaf072e59621d681a3cf2546b.tar.bz2 volse-hubzilla-85a6dd60316eefbdaf072e59621d681a3cf2546b.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Daemon/Notifier.php')
-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); } |