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/msearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/msearch.php') diff --git a/mod/msearch.php b/mod/msearch.php index e8e7d447b..9d587d1e4 100644 --- a/mod/msearch.php +++ b/mod/msearch.php @@ -27,7 +27,7 @@ function msearch_post(&$a) { foreach($r as $rr) $results[] = array( 'name' => $rr['name'], - 'url' => $a->get_baseurl() . '/profile/' . $rr['nickname'], + 'url' => $a->get_baseurl() . '/channel/' . $rr['nickname'], 'photo' => $a->get_baseurl() . '/photo/avatar/' . $rr['uid'], 'tags' => str_replace(array(',',' '),array(' ',' '),$rr['pub_keywords']) ); -- cgit v1.2.3