From 36f12d543255a47e987a1273aa84d0bd4a3c1ab6 Mon Sep 17 00:00:00 2001 From: "alejandro.campos@artica.es" Date: Wed, 18 Oct 2023 20:16:40 +0200 Subject: [PATCH] minor fix --- .../agentes/module_manager_editor_prediction.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pandora_console/godmode/agentes/module_manager_editor_prediction.php b/pandora_console/godmode/agentes/module_manager_editor_prediction.php index a2806c5781..095708d2b1 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_prediction.php +++ b/pandora_console/godmode/agentes/module_manager_editor_prediction.php @@ -186,7 +186,15 @@ if (strstr($page, 'policy_modules') === false) { false, '', false, - false + false, + false, + false, + true, + false, + false, + '', + false, + 'pm' ); } else { $modules = index_array(policies_get_modules($policy_id, false, ['id', 'name']));