Skip to content

Commit

Permalink
fix(form): anonymous form with textarea fields
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Apr 19, 2022
1 parent 215d0cb commit a1e7171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit a1e7171

Please sign in to comment.