bug fix
This commit is contained in:
parent
cab65e7709
commit
462b63e10d
|
@ -73,7 +73,7 @@ class Authenticate
|
||||||
$match = [];
|
$match = [];
|
||||||
foreach ($user['roles'] as $role) {
|
foreach ($user['roles'] as $role) {
|
||||||
if (array_key_exists($role['role']['role'], $privileges)) {
|
if (array_key_exists($role['role']['role'], $privileges)) {
|
||||||
$match += $privileges[$role['role']['role']];
|
$match += $privileges[$role['role']['key']];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user