Skip to content

Commit

Permalink
Update administrator/components/com_users/src/View/User/HtmlView.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Quy committed Feb 4, 2023
1 parent 2adb5e0 commit d4375a8
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 @@ function (Toolbar $childBar) use ($canDo, $isProfile) {
} else {
$toolbar->cancel('user.cancel');
}

// Check lastvisitDate for allow resend the activation email
$userIsNotActive = !empty($this->item->activation) || \is_null($this->item->lastvisitDate);

Expand Down

0 comments on commit d4375a8

Please sign in to comment.