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