mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 14:08:40 +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) {
|
foreach ($this->permissions as $key => $p) {
|
||||||
if ($p->isEqual($permission)) {
|
if ($p->isEqual($permission)) {
|
||||||
unset($this->permission[$key]);
|
unset($this->permissions[$key]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user