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