Bugfix: If "all" is selected then no contacts were shown.
This commit is contained in:
parent
a8a37a35db
commit
1dc961713d
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ function contacts_init(&$a) {
|
||||||
$follow_widget = follow_widget();
|
$follow_widget = follow_widget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($_GET['nets'] == "all")
|
||||||
|
$_GET['nets'] = "";
|
||||||
|
|
||||||
$groups_widget .= group_side('contacts','group',false,0,$contact_id);
|
$groups_widget .= group_side('contacts','group',false,0,$contact_id);
|
||||||
$findpeople_widget .= findpeople_widget();
|
$findpeople_widget .= findpeople_widget();
|
||||||
$networks_widget .= networks_widget('contacts',$_GET['nets']);
|
$networks_widget .= networks_widget('contacts',$_GET['nets']);
|
||||||
|
|
Loading…
Reference in a new issue