Skip to content

Commit

Permalink
Bump version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmr committed Nov 15, 2022
1 parent fc8a8ce commit e506e1e
Show file tree
Hide file tree
Showing 5 changed files with 265 additions and 247 deletions.
2 changes: 1 addition & 1 deletion hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function plugin_mydashboard_install()
$mig = new Migration("1.0.3");
$dbu = new DbUtils();
$configs = $dbu->getAllDataFromTable("glpi_plugin_mydashboard_configs");
$replace_central = 1;
$replace_central = 0;
//Basically there is only one config for Dashboard (this foreach may be useless)
foreach ($configs as $config) {
$replace_central = $config['replace_central'];
Expand Down
Loading

0 comments on commit e506e1e

Please sign in to comment.