From: friendica Date: Thu, 29 Mar 2012 00:51:43 +0000 (-0700) Subject: wrong var for notify total X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3f89adfd62dc433bf75d193b84d4cfb47de3358b;p=friendica.git wrong var for notify total --- 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