Skip to content

Commit

Permalink
User Admin: fix fatal error when adding a new adult to a family (#1827)
Browse files Browse the repository at this point in the history
  • Loading branch information
leofreitas authored May 6, 2024
1 parent d360b63 commit 3d22962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/User Admin/family_manage_edit_addAdultProcess.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
$contactMail = 'Y';
} else {
$contactCall = $_POST['contactCall'] ?? 'N';
$contactSMS = $_POST['contactSMS'] ?? 'N;
$contactSMS = $_POST['contactSMS'] ?? 'N';
$contactEmail = $_POST['contactEmail'] ?? 'N';
$contactMail = $_POST['contactMail'] ?? 'N';
}
Expand Down

0 comments on commit 3d22962

Please sign in to comment.