mirror of
https://github.com/friendica/friendica
synced 2025-04-19 07:50:12 +00:00
Renamed function
This commit is contained in:
parent
1d44e544cf
commit
018abb4d1d
2 changed files with 2 additions and 2 deletions
|
@ -316,7 +316,7 @@ class Group extends BaseModule
|
|||
}
|
||||
|
||||
if ($nogroup) {
|
||||
$contacts = Model\Contact\Group::getUngrouped(local_user());
|
||||
$contacts = Model\Contact\Group::listUngrouped(local_user());
|
||||
} else {
|
||||
$contacts_stmt = DBA::select('contact', [],
|
||||
['uid' => local_user(), 'pending' => false, 'blocked' => false, 'self' => false],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue