Skip to content

Commit

Permalink
Update hook
Browse files Browse the repository at this point in the history
  • Loading branch information
keha35 committed Dec 19, 2018
1 parent 681310c commit ebab346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ function plugin_mydashboard_uninstall() {
"glpi_plugin_mydashboard_alerts",
"glpi_plugin_mydashboard_stocktickets",
"glpi_plugin_mydashboard_problemalerts",
"glpi_plugin_mydashboard_dashboards"];
"glpi_plugin_mydashboard_dashboards",
"glpi_plugin_mydashboard_groupprofiles"];

foreach ($tables as $table) {
$DB->query("DROP TABLE IF EXISTS `$table`;");
Expand Down

0 comments on commit ebab346

Please sign in to comment.