]> git.mxchange.org Git - friendica.git/commitdiff
proper tab selection when network or search is in effect
authorfriendica <info@friendica.com>
Tue, 14 Feb 2012 04:42:10 +0000 (20:42 -0800)
committerfriendica <info@friendica.com>
Tue, 14 Feb 2012 04:42:10 +0000 (20:42 -0800)
mod/contacts.php

index c93b37bd876d6aced68efafc1966e4d55ffd2474..d1136f542cee083edf19742bba029ec313d1a607 100755 (executable)
@@ -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(