aboutsummaryrefslogtreecommitdiffstats
path: root/include/channel.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-03-13 19:32:59 +0000
committerMario <mario@mariovavti.com>2020-03-13 19:32:59 +0000
commitb2de12442d3064ee3899583661efef28c4efd38f (patch)
tree6947d128fae4099b3380f2a4d0759e3e290a4ae9 /include/channel.php
parent3b4503c971cda9e78d8cb310ab7c2e62987efffd (diff)
downloadvolse-hubzilla-b2de12442d3064ee3899583661efef28c4efd38f.tar.gz
volse-hubzilla-b2de12442d3064ee3899583661efef28c4efd38f.tar.bz2
volse-hubzilla-b2de12442d3064ee3899583661efef28c4efd38f.zip
wrong variable
Diffstat (limited to 'include/channel.php')
-rw-r--r--include/channel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php
index e48420fa0..25eb93cac 100644
--- a/include/channel.php
+++ b/include/channel.php
@@ -235,7 +235,7 @@ function create_identity($arr) {
// legacy zot
$zsig = base64url_encode(rsa_sign($guid,$key['prvkey']));
- $zhash = make_xchan_hash($guid,$sig);
+ $zhash = make_xchan_hash($guid,$zsig);
// zot6
$sig = Libzot::sign($guid,$key['prvkey']);