aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-22 16:23:59 -0700
committerfriendica <info@friendica.com>2014-09-22 16:23:59 -0700
commitb735961560d676f46bc43679f169ec2b0134de69 (patch)
tree343b41aa56409057eac31f016cb48411460f93fd /include/notifier.php
parent2070dbfdeace4a902208e9dfb50d950647142e99 (diff)
downloadvolse-hubzilla-b735961560d676f46bc43679f169ec2b0134de69.tar.gz
volse-hubzilla-b735961560d676f46bc43679f169ec2b0134de69.tar.bz2
volse-hubzilla-b735961560d676f46bc43679f169ec2b0134de69.zip
found the sucker
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/notifier.php b/include/notifier.php
index 0c7a15452..47072415b 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -477,11 +477,13 @@ function notifier_run($argv, $argc){
where hubloc_hash in (" . implode(',',$recipients) . ") group by hubloc_sitekey order by hubloc_connected desc limit 1");
}
else {
+
$r = q("select hubloc_guid, hubloc_url, hubloc_sitekey, hubloc_network, hubloc_flags, hubloc_callback, hubloc_host from hubloc
where hubloc_hash in (" . implode(',',$recipients) . ") and not (hubloc_flags & %d) and not (hubloc_status & %d) group by hubloc_sitekey",
intval(HUBLOC_FLAGS_DELETED),
intval(HUBLOC_OFFLINE)
);
+
}
if(! $r) {