Show local components bar in module editor/creator, remote_config function was not hooked - #179

This commit is contained in:
enriquecd 2017-02-15 15:24:28 +01:00
parent a8f00936cb
commit 0f2eaa2dca

View File

@ -386,7 +386,7 @@ switch ($moduletype) {
$remote_conf = false; $remote_conf = false;
if (enterprise_installed()) { if (enterprise_installed()) {
enterprise_include_once('include/functions_config_agents.php'); 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 /* Categories is an array containing the allowed module types