From 852f102ba358b9b6997907b75710f3511a0322ac Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 1 Aug 2013 20:10:03 -0700 Subject: minor - change nav_set_selected() to only highlight intros if on that particular connections page and not for any connections page. --- mod/connections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/connections.php b/mod/connections.php index 2ba65fc0e..9321676c5 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -159,7 +159,6 @@ function connections_content(&$a) { $sort_type = 0; $o = ''; - nav_set_selected('intros'); if(! local_user()) { @@ -511,6 +510,7 @@ function connections_content(&$a) { $search_flags = ABOOK_FLAG_PENDING; $head = t('New'); $pending = true; + nav_set_selected('intros'); break; case 'all': -- cgit v1.2.3