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:
Daniel Rodriguez 2022-02-02 09:37:53 +00:00
commit 6500358ffe
1 changed files with 1 additions and 1 deletions

View File

@ -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
);
}