mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #3455 from shleeable/staging-2
Update AdminController.php
This commit is contained in:
commit
732521e954
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class AdminController extends Controller
|
|||
public function appsHome(Request $request)
|
||||
{
|
||||
$filter = $request->input('filter');
|
||||
if(in_array($filter, ['revoked'])) {
|
||||
if($filter == 'revoked') {
|
||||
$apps = OauthClient::with('user')
|
||||
->whereNotNull('user_id')
|
||||
->whereRevoked(true)
|
||||
|
|
Loading…
Reference in a new issue