fixed metaconsole count of not init modules

This commit is contained in:
alejandro.campos@artica.es 2022-01-25 10:30:04 +01:00
parent 49bf10f0f8
commit e461bb955b
1 changed files with 1 additions and 1 deletions

View File

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