Skip to content

Commit

Permalink
Undo change to user_accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
skarya22 committed Oct 15, 2024
1 parent 8880435 commit 2787cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/user_accounts/php/edit_user.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ class Edit_User extends \NDB_Form
}
if (!$matched
&& ($values['examiner_radiologist'] !== ''
|| ($values['examiner_pending'] ?? '') !== '')
|| $values['examiner_pending'] ?? '' !== '')
) {
$errors['examiner_sites'] = "Please select at least one examiner
site or clear the 'Examiner status' fields below (i.e.
Expand Down

0 comments on commit 2787cff

Please sign in to comment.