We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f358f2f commit 6276402Copy full SHA for 6276402
front/formdisplay.php
@@ -82,9 +82,9 @@
82
83
// If user was not authenticated, remove temporary user
84
if (isset($_SESSION['formcreator_public'])) {
85
- unset($_SESSION['glpiname']);
86
unset($_SESSION['formcreator_public']);
87
session_write_close();
+ unset($_SESSION['glpiname']);
88
}
89
} else if (isset($_GET['answer_saved'])) {
90
$message = __("The form has been successfully saved!");
0 commit comments