Compare commits
1 Commits
f143ef9732
...
v1.0.5
| Author | SHA1 | Date | |
|---|---|---|---|
| 8cc8448e18 |
@@ -462,7 +462,7 @@ class OrganisationRegistrationController extends SimpleController
|
||||
|
||||
// Record the event in the activity log
|
||||
$this->ci->userActivityLogger->info("User {$currentUser->user_name} denied the registration request for organisation {$organisation->name}.", [
|
||||
'type' => 'organisation_approved',
|
||||
'type' => 'organisation_denied',
|
||||
'user_id' => $currentUser->id,
|
||||
]);
|
||||
});
|
||||
@@ -552,7 +552,7 @@ class OrganisationRegistrationController extends SimpleController
|
||||
|
||||
// Record the event in the activity log
|
||||
$this->ci->userActivityLogger->info("User {$currentUser->user_name} denied the registration request for organisation {$organisation->name}.", [
|
||||
'type' => 'organisation_approved',
|
||||
'type' => 'organisation_denied',
|
||||
'user_id' => $currentUser->id,
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user