diff options
Diffstat (limited to 'mod/profile.php')
-rw-r--r-- | mod/profile.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mod/profile.php b/mod/profile.php index 549536931..ce2d92f9b 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -65,9 +65,6 @@ function profile_content(&$a, $update = 0) { $tab = 'profile'; $o = ''; - if($a->profile['profile_uid'] == local_user()) { - nav_set_selected('home'); - } $contact = null; $remote_contact = false; |