diff --git a/setup.php b/setup.php index faf8b5b8f..c35e9df64 100644 --- a/setup.php +++ b/setup.php @@ -426,6 +426,7 @@ function plugin_formcreator_redirect() { // Interface and active entity are set in session if (plugin_formcreator_replaceHelpdesk()) { switch (PluginFormcreatorEntityConfig::getUsedConfig('service_catalog_home', $_SESSION['glpiactive_entity'])) { + default: case PluginFormcreatorEntityConfig::CONFIG_SERVICE_CATALOG_HOME_SEARCH: $homepage = '/front/wizard.php'; break;