Minor fix

This commit is contained in:
Alejandro Gallardo Escobar 2015-01-29 21:08:44 +01:00
parent 58b5813eab
commit c755d7a326

@ -267,7 +267,9 @@ if ($get_module_detail) {
html_print_table($table);
}
metaconsole_restore_db();
if (defined ('METACONSOLE'))
metaconsole_restore_db();
return;
}