aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Notifier.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2019-04-01 12:42:07 +0200
committerMario <mario@mariovavti.com>2019-04-01 12:42:07 +0200
commit2bdcd436bb3b8ed3090a500550bf93d30d15aa7f (patch)
tree44182c8a92515986e2ca704ba4c4bb2d4e1be96a /Zotlabs/Daemon/Notifier.php
parentb384b275466655659c063253e82962c3fe524f6f (diff)
parenta1bea7d7cc33cfaec3114e7cb97093ec647a026a (diff)
downloadvolse-hubzilla-2bdcd436bb3b8ed3090a500550bf93d30d15aa7f.tar.gz
volse-hubzilla-2bdcd436bb3b8ed3090a500550bf93d30d15aa7f.tar.bz2
volse-hubzilla-2bdcd436bb3b8ed3090a500550bf93d30d15aa7f.zip
Merge branch 'dev' into 'dev'
check service class limits when syncing files See merge request hubzilla/core!1578
Diffstat (limited to 'Zotlabs/Daemon/Notifier.php')
-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();