aboutsummaryrefslogtreecommitdiffstats
path: root/mod/contacts.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/contacts.php')
-rwxr-xr-xmod/contacts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/contacts.php b/mod/contacts.php
index c93b37bd8..d1136f542 100755
--- a/mod/contacts.php
+++ b/mod/contacts.php
@@ -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(