copy/paste error resulting in bad behaviour

This commit is contained in:
zotlabs 2018-02-20 14:41:46 -08:00
parent dbeee4707b
commit b4dad81767

View File

@ -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);
}