Merge branch 'ent-8258-Conteo-erroneo-de-modulos-not-init-en-metaconsola' into 'develop'
fixed metaconsole count of not init modules See merge request artica/pandorafms!4648
This commit is contained in:
commit
6500358ffe
|
@ -890,7 +890,7 @@ function modules_create_agent_module(
|
|||
} else {
|
||||
db_process_sql(
|
||||
'UPDATE tagente
|
||||
SET total_count=total_count+1, notinit_count=notinit_count+1
|
||||
SET total_count=total_count+1, notinit_count=notinit_count+1, update_module_count=1
|
||||
WHERE id_agente='.(int) $id_agent
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue