wrong var for notify total

This commit is contained in:
friendica 2012-03-28 17:51:43 -07:00
parent 77715c0c65
commit 3f89adfd62
1 changed files with 1 additions and 1 deletions

View 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