diff options
author | friendica <info@friendica.com> | 2012-10-04 03:13:57 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-04 03:13:57 -0700 |
commit | ff43d62e445422a40271855dcd9933499da501fa (patch) | |
tree | 2a44942f74e86f1a0f1ad240dc040689a3a776d6 /include/zot.php | |
parent | e124c9fa5ca046d48eb927fe80706cf6d42f6bff (diff) | |
download | volse-hubzilla-ff43d62e445422a40271855dcd9933499da501fa.tar.gz volse-hubzilla-ff43d62e445422a40271855dcd9933499da501fa.tar.bz2 volse-hubzilla-ff43d62e445422a40271855dcd9933499da501fa.zip |
add hash to channel structure for consistency/redundancy
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 8f76e78b1..e041e273e 100644 --- a/include/zot.php +++ b/include/zot.php @@ -62,7 +62,7 @@ function zot_verify(&$item,$identity) { function zot_notify($channel,$url) { $x = z_post_url($url, array( 'type' => 'notify', - 'guid' => $channel['channel_global_id'], + 'guid' => $channel['channel_guid'], 'guid_sig' => base64url_encode($guid,$channel['prvkey']), 'hub' => z_root(), 'hub_sig' => base64url_encode(z_root,$channel['prvkey']), |