mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixed metaconsole count of not init modules
This commit is contained in:
parent
49bf10f0f8
commit
e461bb955b
@ -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
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user