diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-03-28 15:51:24 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-03-28 15:51:24 +0100 |
commit | 31680898e3f36e3fcc44ba797ae99d3234b5fc7b (patch) | |
tree | fb006ca8305d22cbc0d4f9ccc1341be149897f1d /include/hubloc.php | |
parent | b10b8ca3f46fca78ee69d89c49fa671096f72caa (diff) | |
download | volse-hubzilla-31680898e3f36e3fcc44ba797ae99d3234b5fc7b.tar.gz volse-hubzilla-31680898e3f36e3fcc44ba797ae99d3234b5fc7b.tar.bz2 volse-hubzilla-31680898e3f36e3fcc44ba797ae99d3234b5fc7b.zip |
another fix for z6_discover() and create a zot6 hubloc if applicable
Diffstat (limited to 'include/hubloc.php')
-rw-r--r-- | include/hubloc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hubloc.php b/include/hubloc.php index eb91e4f90..4a1f77733 100644 --- a/include/hubloc.php +++ b/include/hubloc.php @@ -327,7 +327,7 @@ function z6_discover() { // does this particular server have a zot6 clone registered on our site for this channel? foreach ($q1 as $q) { $q2 = q("select * from hubloc left join site on hubloc_url = site_url where hubloc_deleted = 0 and site_dead = 0 and hubloc_hash = '%s' and hubloc_url = '%s'", - dbesc($entry['portable_id']), + dbesc($entry['channel_portable_id']), dbesc($q['hubloc_url']) ); if ($q2) { |