mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch '179-error-al-crear-nuevo-componente-local-y-seleccionarlo-en-agente-integria-3934-6-open-bug' into 'pandora_6.0'
Show local components bar in module editor/creator, remote_config function was not hooked - #179 See merge request !156
This commit is contained in:
commit
e0ee47739d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user