cut down on a few extraneous gprobe processes

This commit is contained in:
zotlabs
2017-08-31 23:21:06 -07:00
parent ae8cdc3b42
commit 5bffae6219
2 changed files with 4 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ class Gprobe {
if(! strpos($url,'@'))
return;
$r = q("select * from xchan where xchan_addr = '%s' limit 1",
$r = q("select * from hubloc where hubloc_addr = '%s' limit 1",
dbesc($url)
);