Skip to content

Commit

Permalink
Update user_group.php
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 authored Feb 1, 2024
1 parent 3048781 commit 729dc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/model/user/user_group.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function removePermission($user_group_id, $type, $route) {
}
}

public function removePermissions($route ) {
public function removePermissions($route) {
$user_groups = $this->getUserGroups();

foreach ($user_groups as $user_group) {
Expand Down

0 comments on commit 729dc81

Please sign in to comment.