aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-08-31 23:21:06 -0700
committerzotlabs <mike@macgirvin.com>2017-08-31 23:21:06 -0700
commit5bffae621979f37740cbfc7d97adf15f95e6c6e8 (patch)
tree950cec9c031dd4f1248289a334a92233fdc9dc08 /Zotlabs
parentae8cdc3b42a01bfa6a8a7baf80bad2544c3821a7 (diff)
downloadvolse-hubzilla-5bffae621979f37740cbfc7d97adf15f95e6c6e8.tar.gz
volse-hubzilla-5bffae621979f37740cbfc7d97adf15f95e6c6e8.tar.bz2
volse-hubzilla-5bffae621979f37740cbfc7d97adf15f95e6c6e8.zip
cut down on a few extraneous gprobe processes
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Daemon/Gprobe.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Gprobe.php b/Zotlabs/Daemon/Gprobe.php
index 43cce93c3..f1ffb2d81 100644
--- a/Zotlabs/Daemon/Gprobe.php
+++ b/Zotlabs/Daemon/Gprobe.php
@@ -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)
);