aboutsummaryrefslogtreecommitdiffstats
path: root/mod/ping.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-20 01:15:02 -0700
committerFriendika <info@friendika.com>2011-05-20 01:15:02 -0700
commit681885a120fb44ddb0cee5cab1191a6aea67b3e0 (patch)
treefcb324bff2082a0c8adf4c540cccbba54a753d26 /mod/ping.php
parent9ab6055b249b78c6b43be71e714e11118592dbcc (diff)
downloadvolse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.tar.gz
volse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.tar.bz2
volse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.zip
"notes" app
Diffstat (limited to 'mod/ping.php')
-rw-r--r--mod/ping.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/ping.php b/mod/ping.php
index cb067f3fe..b736ea995 100644
--- a/mod/ping.php
+++ b/mod/ping.php
@@ -14,7 +14,7 @@ function ping_init(&$a) {
$network = $r[0]['total'];
$r = q("SELECT COUNT(*) AS `total` FROM `item`
- WHERE `unseen` = 1 AND `visible` = 1 AND `deleted` = 0 AND `uid` = %d AND `type` != 'remote' ",
+ WHERE `unseen` = 1 AND `visible` = 1 AND `deleted` = 0 AND `uid` = %d AND `wall` = 1 ",
intval(local_user())
);
$home = $r[0]['total'];