aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-05 16:37:32 -0800
committerfriendica <info@friendica.com>2013-01-05 16:37:32 -0800
commitf01d785aaeb13c1d790e196f01aa44433ee5f6b1 (patch)
treec64a4273023b9b7811feb6a4939594cb05a9af7a /mod/profile.php
parent472a9057316063b556981d5049cc678232a36dbb (diff)
downloadvolse-hubzilla-f01d785aaeb13c1d790e196f01aa44433ee5f6b1.tar.gz
volse-hubzilla-f01d785aaeb13c1d790e196f01aa44433ee5f6b1.tar.bz2
volse-hubzilla-f01d785aaeb13c1d790e196f01aa44433ee5f6b1.zip
fix timeago updates, reset unseen counts on channel page, don't set nav selected on profile page
Diffstat (limited to 'mod/profile.php')
-rw-r--r--mod/profile.php3
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;