diff options
author | friendica <info@friendica.com> | 2012-11-13 16:04:22 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-13 16:04:22 -0800 |
commit | 4af6d77de3e282002682c28b2709b217b4ae9306 (patch) | |
tree | b9eb0f4049b65cceab22b0e88de381bbd01af432 /mod | |
parent | 15c8da101aa8bf0b2362a27279861c58b14596b5 (diff) | |
download | volse-hubzilla-4af6d77de3e282002682c28b2709b217b4ae9306.tar.gz volse-hubzilla-4af6d77de3e282002682c28b2709b217b4ae9306.tar.bz2 volse-hubzilla-4af6d77de3e282002682c28b2709b217b4ae9306.zip |
a bit more progress on the new network/home ajax notifications, at least I've now got a plan
Diffstat (limited to 'mod')
-rw-r--r-- | mod/ping.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/ping.php b/mod/ping.php index 342726ec1..b1bb569f2 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -102,6 +102,7 @@ function ping_init(&$a) { ); if($r) { + xchan_query($r); foreach($r as $item) { if((argv(1) === 'home') && (! ($item['item_flags'] & ITEM_HOME))) continue; |