mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-20 13:28:42 +00:00
fix typo
This commit is contained in:
parent
56a980d2ea
commit
3e9c16da28
|
|
@ -111,7 +111,7 @@ trait PermissionHandlingTrait
|
|||
{
|
||||
foreach ($this->permissions as $key => $p) {
|
||||
if ($p->isEqual($permission)) {
|
||||
unset($this->permission[$key]);
|
||||
unset($this->permissions[$key]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user