From 454c4d0b70cb6e3f9b858beb97e4b3bf25714e99 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Fri, 1 Apr 2011 09:04:55 +0200 Subject: [PATCH] \"View profile\" send to user profile page and not to tab. --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 8084fcc11..7503d69e9 100644 --- a/boot.php +++ b/boot.php @@ -2685,7 +2685,7 @@ function item_photo_menu($item){ $contact_url=""; $pm_url=""; - $profile_link = ((strlen($item['author-link'])) ? $item['author-link']."?tab=profile" : $item['url']); + $profile_link = ((strlen($item['author-link'])) ? $item['author-link'] : $item['url']); $redirect_url = $a->get_baseurl() . '/redir/' . $item['cid'] ; if(strlen($item['author-link'])) {