mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
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…
x
Reference in New Issue
Block a user