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