Skip to content

Commit

Permalink
Fix typo in lib/Gocdb_Services/NotificationService.php
Browse files Browse the repository at this point in the history
Co-authored-by: ineilson <[email protected]>
  • Loading branch information
gregcorbett and ineilson committed Sep 30, 2021
1 parent e968aac commit 263353a
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 @@ -56,7 +56,7 @@ public function roleRequest ($roleRequested, $requestingUser, $entity) {
if (count($authorisingUserIds) == 0) {
if ($entity instanceof \Site) {
// Sites can only have a single parent NGI.
$this->roleRequest ( $roleRequested, $requestingUser, $entity->getNgi () ); // Recursivly call this function to send email to the NGI usero
$this->roleRequest ( $roleRequested, $requestingUser, $entity->getNgi () ); // Recursivly call this function to send email to the NGI users
} else if ($entity instanceof \NGI) {
/*
* NGIs can belong to multiple Projects.
Expand Down

0 comments on commit 263353a

Please sign in to comment.