Added metaconsole restore DB in the ajax to get list module detail

This commit is contained in:
mdtrooper 2015-03-02 12:02:26 +01:00
parent eea8e0d8ae
commit 2215a299b5
1 changed files with 4 additions and 0 deletions

View File

@ -276,6 +276,10 @@ if ($get_module_detail) {
html_print_table($table);
}
if (defined ('METACONSOLE')) {
metaconsole_restore_db();
}
return;
}