Fixed, now the tab of remote configuration is not visible. TICKET: #1884

This commit is contained in:
mdtrooper 2015-03-09 12:08:16 +01:00
parent 59cfc6bdc7
commit 37bff59e85
1 changed files with 3 additions and 0 deletions

View File

@ -307,6 +307,9 @@ if ($id_agente) {
$has_remote_conf = enterprise_hook('config_agents_has_remote_configuration',
array($id_agente));
if ($has_remote_conf === ENTERPRISE_NOT_HOOK) {
$has_remote_conf = false;
}
if ($has_remote_conf === true) {
/* Plugins */