diff options
author | Max Kostikov <max@kostikov.co> | 2019-06-18 22:17:50 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-06-18 22:17:50 +0200 |
commit | 983d6d3b4228bdfe7ac0c08fcbdaf2ca687f53a2 (patch) | |
tree | 9e038c8ba1d6005907bf247f860b95389f0cee8a /include/zid.php | |
parent | b5be0a2e3eb8e8cee02a3425456cbbdcf0e41f15 (diff) | |
download | volse-hubzilla-983d6d3b4228bdfe7ac0c08fcbdaf2ca687f53a2.tar.gz volse-hubzilla-983d6d3b4228bdfe7ac0c08fcbdaf2ca687f53a2.tar.bz2 volse-hubzilla-983d6d3b4228bdfe7ac0c08fcbdaf2ca687f53a2.zip |
Include Zot6 hubs in the Grid scope
Diffstat (limited to 'include/zid.php')
-rw-r--r-- | include/zid.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zid.php b/include/zid.php index ed79de76a..564ec740c 100644 --- a/include/zid.php +++ b/include/zid.php @@ -13,7 +13,7 @@ function is_matrix_url($url) { if(array_key_exists($m['host'],$remembered)) return $remembered[$m['host']]; - $r = q("select hubloc_url from hubloc where hubloc_host = '%s' and hubloc_network = 'zot' limit 1", + $r = q("select hubloc_url from hubloc where hubloc_host = '%s' and hubloc_network LIKE 'zot%' limit 1", dbesc($m['host']) ); if($r) { |