This commit is contained in:
Roland Gruber 2011-08-16 17:14:49 +00:00
parent 14901fa203
commit 4546333342
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ function display_LoginPage($config_object) {
}
// check if self service was saved
if (isset($_GET['selfserviceSaveOk'])) {
StatusMessage("INFO", _("Your settings were successfully saved."), $_GET['selfserviceSaveOk']);
StatusMessage("INFO", _("Your settings were successfully saved."), htmlspecialchars($_GET['selfserviceSaveOk']));
echo "<br>";
}
?>