Fixed, now the tab of remote configuration is not visible. TICKET: #1884
(cherry picked from commit 37bff59e85
)
This commit is contained in:
parent
2772fcd837
commit
2692659a7a
|
@ -307,6 +307,9 @@ if ($id_agente) {
|
||||||
|
|
||||||
$has_remote_conf = enterprise_hook('config_agents_has_remote_configuration',
|
$has_remote_conf = enterprise_hook('config_agents_has_remote_configuration',
|
||||||
array($id_agente));
|
array($id_agente));
|
||||||
|
if ($has_remote_conf === ENTERPRISE_NOT_HOOK) {
|
||||||
|
$has_remote_conf = false;
|
||||||
|
}
|
||||||
|
|
||||||
if ($has_remote_conf === true) {
|
if ($has_remote_conf === true) {
|
||||||
/* Plugins */
|
/* Plugins */
|
||||||
|
|
Loading…
Reference in New Issue