Added metaconsole restore DB in the ajax to get list module detail
This commit is contained in:
parent
eea8e0d8ae
commit
2215a299b5
|
@ -276,6 +276,10 @@ if ($get_module_detail) {
|
|||
html_print_table($table);
|
||||
}
|
||||
|
||||
if (defined ('METACONSOLE')) {
|
||||
metaconsole_restore_db();
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue