From 14891df47f0351a3fb23ba71ecc79d53690d93bd Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Thu, 17 Nov 2016 08:41:51 +0100 Subject: [PATCH] Add column when user have a AW ACL. Ticket: #4193 --- pandora_console/include/ajax/module.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pandora_console/include/ajax/module.php b/pandora_console/include/ajax/module.php index 910675e0b4..74139deb6d 100755 --- a/pandora_console/include/ajax/module.php +++ b/pandora_console/include/ajax/module.php @@ -783,6 +783,10 @@ if ($list_modules) { } } } + else { + if ($agent_w) + $data[0] = ''; + } if ($isFunctionPolicies !== ENTERPRISE_NOT_HOOK) { if ($module["id_policy_module"] != 0) {