From 3f89adfd62dc433bf75d193b84d4cfb47de3358b Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 28 Mar 2012 17:51:43 -0700 Subject: [PATCH] wrong var for notify total --- mod/ping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/ping.php b/mod/ping.php index 23a3f49379..e911aaf1f4 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -22,7 +22,7 @@ function ping_init(&$a) { and seen = 0 order by date desc limit 0, 50", intval(local_user()) ); - $sysnotify = $r[0]['total']; + $sysnotify = $t[0]['total']; } else { $z1 = q("select * from notify where uid = %d