mirror of
https://github.com/friendica/friendica
synced 2025-05-11 11:44:12 +02:00
Renamed functions
This commit is contained in:
parent
591619e1d3
commit
a696b7f427
5 changed files with 7 additions and 7 deletions
|
@ -56,7 +56,7 @@ class Lists extends BaseApi
|
|||
if (!empty($cdata['user'])) {
|
||||
$groups = DBA::select('group_member', ['gid'], ['contact-id' => $cdata['user']]);
|
||||
while ($group = DBA::fetch($groups)) {
|
||||
$lists[] = DI::mstdnList()->create($group['gid']);
|
||||
$lists[] = DI::mstdnList()->createFromGroupId($group['gid']);
|
||||
}
|
||||
DBA::close($groups);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue