From e461bb955b1470640e0c58f32992b7bdbc0d6228 Mon Sep 17 00:00:00 2001 From: "alejandro.campos@artica.es" Date: Tue, 25 Jan 2022 10:30:04 +0100 Subject: [PATCH] fixed metaconsole count of not init modules --- pandora_console/include/functions_modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_modules.php b/pandora_console/include/functions_modules.php index 4f27b17896..36e53c2184 100755 --- a/pandora_console/include/functions_modules.php +++ b/pandora_console/include/functions_modules.php @@ -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 ); }