diff options
author | Mario <mario@mariovavti.com> | 2020-04-22 07:44:51 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-04-22 07:44:51 +0000 |
commit | b1b9dbe55f4cc0740b113514085da52f290853ee (patch) | |
tree | 2a29d00dc0392ce1756afe5e8a54f58aa8a97115 /include/channel.php | |
parent | 579adb48978172ae26f8cb1c724b8b17a6a37b34 (diff) | |
download | volse-hubzilla-b1b9dbe55f4cc0740b113514085da52f290853ee.tar.gz volse-hubzilla-b1b9dbe55f4cc0740b113514085da52f290853ee.tar.bz2 volse-hubzilla-b1b9dbe55f4cc0740b113514085da52f290853ee.zip |
more prefer zot6 over zot
Diffstat (limited to 'include/channel.php')
-rw-r--r-- | include/channel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php index be58f154a..742d9e3a7 100644 --- a/include/channel.php +++ b/include/channel.php @@ -1930,7 +1930,7 @@ function zid_init() { Master::Summon(array('Gprobe',bin2hex($tmp_str))); } if($r) { - $r = zot_record_preferred($r); + $r = Libzot::zot_record_preferred($r); } if($r && remote_channel() && remote_channel() === $r['hubloc_hash']) return; |