aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-03-30 15:10:28 -0700
committerzotlabs <mike@macgirvin.com>2019-03-30 15:10:28 -0700
commit103563b375e1d84d50308e561ca0ed404302400c (patch)
tree02bf5214906c41dc3319ad718666361c6f16a80b /Zotlabs/Daemon
parent0b996245d5ef54d23e7b06307c2b0abac5988dce (diff)
downloadvolse-hubzilla-103563b375e1d84d50308e561ca0ed404302400c.tar.gz
volse-hubzilla-103563b375e1d84d50308e561ca0ed404302400c.tar.bz2
volse-hubzilla-103563b375e1d84d50308e561ca0ed404302400c.zip
we no longer use xchan_instance_url - this is an abook thing
Diffstat (limited to 'Zotlabs/Daemon')
-rw-r--r--Zotlabs/Daemon/Notifier.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php
index 4e0c0d49c..15dc08908 100644
--- a/Zotlabs/Daemon/Notifier.php
+++ b/Zotlabs/Daemon/Notifier.php
@@ -452,7 +452,7 @@ class Notifier {
$env_recips = (($private) ? array() : null);
- $details = q("select xchan_hash, xchan_instance_url, xchan_network, xchan_addr, xchan_guid, xchan_guid_sig from xchan where xchan_hash in (" . protect_sprintf(implode(',',$recipients)) . ")");
+ $details = q("select xchan_hash, xchan_network, xchan_addr, xchan_guid, xchan_guid_sig from xchan where xchan_hash in (" . protect_sprintf(implode(',',$recipients)) . ")");
$recip_list = array();