From 0f2eaa2dca9699a3d39e771db53a25321e97d7dd Mon Sep 17 00:00:00 2001 From: enriquecd Date: Wed, 15 Feb 2017 15:24:28 +0100 Subject: [PATCH] Show local components bar in module editor/creator, remote_config function was not hooked - #179 --- pandora_console/godmode/agentes/module_manager_editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/agentes/module_manager_editor.php b/pandora_console/godmode/agentes/module_manager_editor.php index cc75e5d878..b4c153b300 100644 --- a/pandora_console/godmode/agentes/module_manager_editor.php +++ b/pandora_console/godmode/agentes/module_manager_editor.php @@ -386,7 +386,7 @@ switch ($moduletype) { $remote_conf = false; if (enterprise_installed()) { enterprise_include_once('include/functions_config_agents.php'); - $remote_conf = config_agents_has_remote_configuration($id_agente); + $remote_conf = enterprise_hook('config_agents_has_remote_configuration',array($id_agente)); } /* Categories is an array containing the allowed module types