Skip to content

Commit

Permalink
Update administrator/components/com_users/src/Controller/UserControll…
Browse files Browse the repository at this point in the history
…er.php

Co-authored-by: Brian Teeman <brian@teeman.net>
  • Loading branch information
carlitorweb and brianteeman committed Jan 16, 2023
1 parent 6a9d9a3 commit 25b54d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public function active(): void
// Set the model
$model = $this->getModel('User', 'Administrator', []);

// Active the user and send the email
// Activate the user and send the email
$responseError = $model->activate($userId);

if (!$responseError) {
Expand Down

0 comments on commit 25b54d0

Please sign in to comment.