mirror of
https://github.com/friendica/friendica
synced 2025-05-04 15:04:14 +02:00
Superflous spaces
This commit is contained in:
parent
c55c42b303
commit
8ff2cc3976
8 changed files with 35 additions and 36 deletions
|
@ -55,9 +55,9 @@ class Ownership extends BaseApi
|
|||
{
|
||||
BaseApi::checkAllowedScope(BaseApi::SCOPE_READ);
|
||||
$uid = BaseApi::getCurrentUserID();
|
||||
|
||||
|
||||
$groups = $this->dba->select('group', [], ['deleted' => false, 'uid' => $uid]);
|
||||
|
||||
|
||||
// loop through all groups
|
||||
$lists = [];
|
||||
foreach ($groups as $group) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue