mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update AdminReportController
This commit is contained in:
parent
30c1de9796
commit
b37c805172
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ trait AdminReportController
|
|||
return $account;
|
||||
})
|
||||
->filter(function($res) {
|
||||
return isset($res['id']);
|
||||
return $res && isset($res['id']);
|
||||
})
|
||||
->values();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue