From 2692659a7a5b018cb699e8f79c00782f6a9b68df Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 9 Mar 2015 12:08:16 +0100 Subject: [PATCH] Fixed, now the tab of remote configuration is not visible. TICKET: #1884 (cherry picked from commit 37bff59e853bc8471b3388e6d2faa4589f5b50c3) --- pandora_console/godmode/agentes/configurar_agente.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index fdcf57a1e4..308ba166e6 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -307,6 +307,9 @@ if ($id_agente) { $has_remote_conf = enterprise_hook('config_agents_has_remote_configuration', array($id_agente)); + if ($has_remote_conf === ENTERPRISE_NOT_HOOK) { + $has_remote_conf = false; + } if ($has_remote_conf === true) { /* Plugins */