Compare commits
1 Commits
dc1ca5c14c
...
v1.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
| ca49b76cb0 |
@@ -1646,7 +1646,7 @@ class OrganisationMembersController extends SimpleController
|
|||||||
$this->sendRejectedEmail($requester, $organisation);
|
$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}.", [
|
$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,
|
'user_id' => $currentUser->id,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user