Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mambax7 committed Jun 1, 2023
1 parent afa2478 commit 6c4bf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module/Helper/Permission.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function checkPermission($gperm_name, $gperm_itemid, $trueifadmin = true)
$gperm_itemid = (int) $gperm_itemid;
$gperm_groupid = $this->getUserGroups();

if ($this->permissionHandle) {
if ($this->permissionHandler) {
return $this->permissionHandler->checkRight(
$gperm_name,
$gperm_itemid,
Expand Down

0 comments on commit 6c4bf3a

Please sign in to comment.