aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-04-01 09:04:55 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-04-01 09:04:55 +0200
commit454c4d0b70cb6e3f9b858beb97e4b3bf25714e99 (patch)
treec2042ad8a24393d92d5c0c040648008fa2717890 /boot.php
parentb59c504b16c1326e37019c58f0e989c85411fcd5 (diff)
downloadvolse-hubzilla-454c4d0b70cb6e3f9b858beb97e4b3bf25714e99.tar.gz
volse-hubzilla-454c4d0b70cb6e3f9b858beb97e4b3bf25714e99.tar.bz2
volse-hubzilla-454c4d0b70cb6e3f9b858beb97e4b3bf25714e99.zip
\"View profile\" send to user profile page and not to tab.
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
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'])) {