Skip to content

Commit

Permalink
refactor(wizard): drop unused global var
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Apr 21, 2020
1 parent b600e76 commit 3172693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/wizard.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3172693

Please sign in to comment.