Skip to content

Commit

Permalink
Also merge into grant roles
Browse files Browse the repository at this point in the history
Co-authored-by: ineilson <[email protected]>
  • Loading branch information
gregcorbett and ineilson authored Oct 4, 2021
1 parent d035280 commit ebc8b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Gocdb_Services/NotificationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function roleRequest ($roleRequested, $requestingUser, $entity) {
}
}

// If there are no users are able to grant the role over this entity,
// If there are no users that are able to grant the role over this entity,
// we will email the parent entity for approval.
if (count($authorisingUserIds) == 0) {
if ($entity instanceof \Site) {
Expand Down

0 comments on commit ebc8b56

Please sign in to comment.