From a1e71718fcd58ee3f316ca0e2f9871e30bff5ca9 Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Tue, 12 Apr 2022 11:04:36 +0200 Subject: [PATCH] fix(form): anonymous form with textarea fields --- setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.php b/setup.php index 2fb70f741..d5d664d1b 100644 --- a/setup.php +++ b/setup.php @@ -139,7 +139,7 @@ function plugin_init_formcreator() { plugin_formcreator_hook(); - if (isset($_SERVER['REQUEST_URI']) && isset($_SESSION['glpiactiveentities_string'])) { + if (isset($_SERVER['REQUEST_URI'])) { plugin_formcreator_registerClasses(); $pages = [