mirror of
https://github.com/friendica/friendica
synced 2025-04-24 11:10:18 +00:00
Changes after review
This commit is contained in:
parent
84b38beb9a
commit
82684cd6cd
3 changed files with 3 additions and 19 deletions
|
@ -120,7 +120,7 @@ class Channels extends BaseSettings
|
|||
-2 => $this->l10n->t('Followers'),
|
||||
];
|
||||
|
||||
foreach (Circle::getByUID($uid) as $circle) {
|
||||
foreach (Circle::getByUserId($uid) as $circle) {
|
||||
$circles[$circle['id']] = $circle['name'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue