From 070e081ae9be8d43b92425cc9a9131d5977f8e00 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Mon, 10 Oct 2011 16:40:12 +0200 Subject: Fix url in profile tabs --- mod/photos.php | 2 +- mod/profile.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mod') diff --git a/mod/photos.php b/mod/photos.php index 623b15a93..284169221 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -832,7 +832,7 @@ function photos_content(&$a) { // tabs $_is_owner = (local_user() && (local_user() == $owner_uid)); - $o .= profile_tabs($a,$_is_owner); + $o .= profile_tabs($a,$_is_owner, $a->data['user']['nickname']); // // dispatch request diff --git a/mod/profile.php b/mod/profile.php index 9da0784d3..a453f72f1 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -110,7 +110,7 @@ function profile_content(&$a, $update = 0) { if(x($_GET,'tab')) $tab = notags(trim($_GET['tab'])); - $o.=profile_tabs($a, $is_owner); + $o.=profile_tabs($a, $is_owner, $a->profile['nickname']); if($tab === 'profile') { -- cgit v1.2.3