parent
f23aebaf95
commit
b7121c5384
|
@ -388,7 +388,9 @@ class ListController extends Controller
|
|||
'contacts' => array()
|
||||
);
|
||||
}
|
||||
$groupData[$c->contactgroup_name]['contacts'][] = $c;
|
||||
if (isset ($c->contact_name)) {
|
||||
$groupData[$c->contactgroup_name]['contacts'][] = $c;
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Find a better naming
|
||||
|
|
Loading…
Reference in New Issue