mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Show local components bar in module editor/creator, remote_config function was not hooked - #179
This commit is contained in:
parent
a8f00936cb
commit
0f2eaa2dca
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user