diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-04-08 11:10:10 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-04-08 11:10:10 +0200 |
commit | 62e466f7746b5d7d007c61782f194ac8d0262e24 (patch) | |
tree | 8408ef8667a75f43d0c89055b0455b26fbc5ae0a /Zotlabs/Daemon | |
parent | 70777a047d3e952b15b418406a46b7983af60cec (diff) | |
parent | 47fd95db9d2edc21f113e5843d87af9d9b62b243 (diff) | |
download | volse-hubzilla-62e466f7746b5d7d007c61782f194ac8d0262e24.tar.gz volse-hubzilla-62e466f7746b5d7d007c61782f194ac8d0262e24.tar.bz2 volse-hubzilla-62e466f7746b5d7d007c61782f194ac8d0262e24.zip |
Merge branch 'dev'
Diffstat (limited to 'Zotlabs/Daemon')
-rw-r--r-- | Zotlabs/Daemon/Notifier.php | 2 |
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(); |