From 010ce8bca23341f7338934d09a86a07683e644ec Mon Sep 17 00:00:00 2001 From: gregcorbett Date: Mon, 4 Oct 2021 13:35:26 +0100 Subject: [PATCH] merge into "Simplify determination of users with GRANT_ROLE" Co-authored-by: ineilson --- lib/Gocdb_Services/NotificationService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Gocdb_Services/NotificationService.php b/lib/Gocdb_Services/NotificationService.php index 4a1873f5a..5716b56dc 100644 --- a/lib/Gocdb_Services/NotificationService.php +++ b/lib/Gocdb_Services/NotificationService.php @@ -44,7 +44,7 @@ public function roleRequest ($roleRequested, $requestingUser, $entity) { // variable. $enablingRoles = \Factory::getRoleActionAuthorisationService()->authoriseAction(\Action::GRANT_ROLE, $entity, $user)->getGrantingRoles(); - // If they can, add thier user id to the list of authorising user + // If they can, add their user id to the list of authorising user // ids. if (count($enablingRoles) > 0) { $authorisingUserIds [] = $user->getId();