From 31726938a6f313fbdabd2dd3c9d60842d6094b3d Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Tue, 21 Apr 2020 16:19:41 +0200 Subject: [PATCH] refactor(wizard): drop unused global var Signed-off-by: Thierry Bugier --- inc/wizard.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/wizard.class.php b/inc/wizard.class.php index 8ea8980ef..91ac61969 100644 --- a/inc/wizard.class.php +++ b/inc/wizard.class.php @@ -43,7 +43,7 @@ class PluginFormcreatorWizard { const MENU_HELP = 6; public static function header($title) { - global $CFG_GLPI, $HEADER_LOADED, $DB; + global $CFG_GLPI, $HEADER_LOADED; // Print a nice HTML-head for help page if ($HEADER_LOADED) {