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 f84bc498d..d43694358 100644
--- a/mod/ping.php
+++ b/mod/ping.php
@@ -157,7 +157,7 @@ function ping_init(&$a) {
break;
case 'home':
$r = q("update item set item_unseen = 0 where item_unseen = 1 and item_wall = 1 and uid = %d",
- intval(channel())
+ intval(local_channel())
);
break;
case 'messages':