Skip to content

Commit

Permalink
Fixing the problem with special anonymous identity not being saved
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Wolniewicz committed Sep 23, 2024
1 parent be26344 commit c69f4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/admin/edit_profile_result.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
}
}
$checkuser_name = htmlentities($checkuser_local);
$anonLocal = htmlentities($anon_local);
?>
<h1><?php
$tablecaption = _("Submitted attributes for this profile");
Expand Down Expand Up @@ -155,7 +156,6 @@
}
// process and save submitted files
echo $optionParser->processSubmittedFields($profile, $_POST, $_FILES);

if ($redirect !== FALSE) {
if (!isset($_POST['redirect_target']) || $_POST['redirect_target'] == "") {
echo $uiElements->boxError(_("Redirection can't be activated - you did not specify a target location!"));
Expand Down

0 comments on commit c69f4cd

Please sign in to comment.