mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 08:14:25 +02:00
Fix code style in Content\GroupManager
This commit is contained in:
parent
354e3adc04
commit
1794d58a5b
1 changed files with 22 additions and 18 deletions
|
@ -201,7 +201,11 @@ class GroupManager
|
||||||
AND NOT `contact`.`pending` AND NOT `contact`.`archive`
|
AND NOT `contact`.`pending` AND NOT `contact`.`archive`
|
||||||
AND `contact`.`uid` = ?
|
AND `contact`.`uid` = ?
|
||||||
GROUP BY `contact`.`id`",
|
GROUP BY `contact`.`id`",
|
||||||
DI::userSession()->getLocalUserId(), Protocol::DFRN, Protocol::ACTIVITYPUB, Contact::TYPE_COMMUNITY, DI::userSession()->getLocalUserId()
|
DI::userSession()->getLocalUserId(),
|
||||||
|
Protocol::DFRN,
|
||||||
|
Protocol::ACTIVITYPUB,
|
||||||
|
Contact::TYPE_COMMUNITY,
|
||||||
|
DI::userSession()->getLocalUserId()
|
||||||
);
|
);
|
||||||
|
|
||||||
return DBA::toArray($stmtContacts);
|
return DBA::toArray($stmtContacts);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue