]> git.mxchange.org Git - friendica.git/commitdiff
wrong var for notify total
authorfriendica <info@friendica.com>
Thu, 29 Mar 2012 00:51:43 +0000 (17:51 -0700)
committerfriendica <info@friendica.com>
Thu, 29 Mar 2012 00:51:43 +0000 (17:51 -0700)
mod/ping.php

index 23a3f493798406addf7db53c9c3463600e8bfc5b..e911aaf1f470765ad815588de28d0cd2d872d544 100644 (file)
@@ -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