Minor error fixed
This commit is contained in:
parent
9f0de9526f
commit
8690f981fb
|
@ -3963,8 +3963,8 @@ function reporting_general($report, $content) {
|
|||
}
|
||||
|
||||
if (modules_is_disable_agent($row['id_agent_module']) ||
|
||||
modules_is_not_init($item['id_agent_module'])) {
|
||||
|
||||
modules_is_not_init($row['id_agent_module'])) {
|
||||
|
||||
if (is_metaconsole()) {
|
||||
//Restore db connection
|
||||
metaconsole_restore_db();
|
||||
|
|
Loading…
Reference in New Issue