From c69f4cd9f98e4fe314528840c4e6245367c0b8f4 Mon Sep 17 00:00:00 2001 From: Tomasz Wolniewicz Date: Mon, 23 Sep 2024 12:26:08 +0200 Subject: [PATCH] Fixing the problem with special anonymous identity not being saved --- web/admin/edit_profile_result.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/admin/edit_profile_result.php b/web/admin/edit_profile_result.php index 570b63734..8cda4b275 100644 --- a/web/admin/edit_profile_result.php +++ b/web/admin/edit_profile_result.php @@ -91,6 +91,7 @@ } } $checkuser_name = htmlentities($checkuser_local); + $anonLocal = htmlentities($anon_local); ?>

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!"));