diff --git a/pandora_console/include/ajax/module.php b/pandora_console/include/ajax/module.php index 8cfafb0cad..649c7f2997 100644 --- a/pandora_console/include/ajax/module.php +++ b/pandora_console/include/ajax/module.php @@ -276,6 +276,10 @@ if ($get_module_detail) { html_print_table($table); } + if (defined ('METACONSOLE')) { + metaconsole_restore_db(); + } + return; }