mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-03-04 03:27:54 +01:00
Update Impersonate.php
This commit is contained in:
parent
87acd3fd08
commit
3fee5bc334
@ -15,7 +15,7 @@ class Impersonate
|
||||
->where('auth_as', '!=', '');
|
||||
})->first();
|
||||
|
||||
if ($adminUser) {
|
||||
if ($adminUser && is_numeric($adminUser)) {
|
||||
|
||||
$originalUser = $adminUser->id;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user