From 815a9a0c3e634be678aec1dce80a2364f7bd3897 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 1 Mar 2011 16:37:21 -0500 Subject: [PATCH] fixup link to your profile --- lib/personalgroupnav.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/personalgroupnav.php b/lib/personalgroupnav.php index e428e92e63..348195a99d 100644 --- a/lib/personalgroupnav.php +++ b/lib/personalgroupnav.php @@ -72,9 +72,9 @@ class PersonalGroupNav extends Menu sprintf(_('%s and friends'), $name), $action == 'all', 'nav_timeline_personal'); $this->out->menuItem(common_local_url('showstream', array('nickname' => - $this->user->nickname)), + $nickname)), _('Profile'), - (empty($profile)) ? $this->user->nickname : $profile->getBestName(), + _('Your profile'), $action == 'showstream', 'nav_profile'); $this->out->menuItem(common_local_url('replies', array('nickname' => -- 2.39.5