From 983d6d3b4228bdfe7ac0c08fcbdaf2ca687f53a2 Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Tue, 18 Jun 2019 22:17:50 +0200 Subject: Include Zot6 hubs in the Grid scope --- include/zid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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) { -- cgit v1.2.3