Fixed log message for "rejected" organisation users
This commit is contained in:
@@ -1646,7 +1646,7 @@ class OrganisationMembersController extends SimpleController
|
||||
$this->sendRejectedEmail($requester, $organisation);
|
||||
|
||||
$this->ci->userActivityLogger->info("User {$currentUser->user_name} rejected the request for user {$requester->user_name} to join organisation {$organisation->name}.", [
|
||||
'type' => 'organisation_member_approved',
|
||||
'type' => 'organisation_member_rejected',
|
||||
'user_id' => $currentUser->id,
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user