aboutsummaryrefslogtreecommitdiffstats
path: root/mod/ping.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/ping.php')
-rw-r--r--mod/ping.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/ping.php b/mod/ping.php
index 23a3f4937..e911aaf1f 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