diff options
author | Mario <mario@mariovavti.com> | 2020-04-01 09:26:27 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-04-01 09:26:27 +0000 |
commit | 38be2386dd63a4a18c07e445b9859a5836ed5b46 (patch) | |
tree | 74d002f244166d525cc7dc81c24dbbc01cf14300 /include/zot.php | |
parent | 643b2f9205b713bbb3667fdb4d0d549111ccfcaa (diff) | |
download | volse-hubzilla-38be2386dd63a4a18c07e445b9859a5836ed5b46.tar.gz volse-hubzilla-38be2386dd63a4a18c07e445b9859a5836ed5b46.tar.bz2 volse-hubzilla-38be2386dd63a4a18c07e445b9859a5836ed5b46.zip |
cheat with guid_sig to reflect transition to zot6 and re-enable transition of connections
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 5cf357d40..8b9cb0767 100644 --- a/include/zot.php +++ b/include/zot.php @@ -4355,7 +4355,7 @@ function zotinfo($arr) { $r = q("select channel.*, xchan.* from channel left join xchan on channel_portable_id = xchan_hash where channel_guid = '%s' and channel_guid_sig = '%s' limit 1", dbesc($zguid), - dbesc($zguid_sig) + dbesc('sha256.' . $zguid_sig) ); } elseif(strlen($zaddr)) { |