diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-04-01 09:04:55 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-04-01 09:04:55 +0200 |
commit | 454c4d0b70cb6e3f9b858beb97e4b3bf25714e99 (patch) | |
tree | c2042ad8a24393d92d5c0c040648008fa2717890 /boot.php | |
parent | b59c504b16c1326e37019c58f0e989c85411fcd5 (diff) | |
download | volse-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'])) { |