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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/photos.php') 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 -- cgit v1.2.3