From e3c2e589794b13e23c1184deeba37e41dbc0144b Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 29 Oct 2012 17:14:02 -0700 Subject: "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes to the profile details. --- mod/ping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/ping.php') diff --git a/mod/ping.php b/mod/ping.php index a679c9342..342726ec1 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -170,7 +170,7 @@ function ping_init(&$a) { $t4 = dba_timer(); - $myurl = $a->get_baseurl() . '/profile/' . $a->user['nickname'] ; + $myurl = $a->get_baseurl() . '/channel/' . $a->user['nickname'] ; $mails = q("SELECT *, COUNT(*) AS `total` FROM `mail` WHERE `uid` = %d AND `seen` = 0 AND `from-url` != '%s' ", intval(local_user()), -- cgit v1.2.3