diff options
Diffstat (limited to 'mod/ping.php')
-rw-r--r-- | mod/ping.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/ping.php b/mod/ping.php index 16c72f5e6..b093c1cab 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -376,7 +376,7 @@ function ping_init(&$a) { $t1 = dba_timer(); if($vnotify & (VNOTIFY_NETWORK|VNOTIFY_CHANNEL)) { - $r = q("SELECT id, item_flags FROM item + $r = q("SELECT id, item_wall FROM item WHERE item_unseen = 1 and uid = %d $item_normal and author_xchan != '%s'", |