Skip to content

Commit

Permalink
addmember: fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
RedDragonWebDesign committed Jan 31, 2024
1 parent 2ca3464 commit c6e8ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/members/include/membermanagement/addmember.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
$setupFormArgs = [
"name" => "console-".$cID,
"components" => $arrComponents,
"saveMessage" => "Successfully added new member: <b>".filterText($_POST['newmember'])."</b>!",
"saveMessage" => "Successfully added new member: <b>".filterText($_POST['newmember'] ?? '')."</b>!",
"attributes" => ["action" => $MAIN_ROOT."members/console.php?cID=".$cID, "method" => "post"],
"description" => "Fill out the form below to add a new member.",
"embedJS" => $checkPasswordJS,
Expand Down

0 comments on commit c6e8ceb

Please sign in to comment.