minor - change nav_set_selected() to only highlight intros if on that particular connections page and not for any connections page.

This commit is contained in:
friendica 2013-08-01 20:10:03 -07:00
parent 27b4127f30
commit 852f102ba3

View File

@ -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':