proper tab selection when network or search is in effect
This commit is contained in:
parent
d75b6a00d4
commit
4de67d95ce
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ function contacts_content(&$a) {
|
|||
array(
|
||||
'label' => t('Unblocked Contacts'),
|
||||
'url' => $a->get_baseurl() . '/contacts',
|
||||
'sel' => ((! $all) && (! $blocked) && (! $hidden)) ? 'active' : '',
|
||||
'sel' => ((! $all) && (! $blocked) && (! $hidden) && (! $search) && (! $nets)) ? 'active' : '',
|
||||
),
|
||||
|
||||
array(
|
||||
|
|
Loading…
Reference in a new issue