Merge branch 'ent-1668-update-manager' into 'develop'

rb UM GCv

See merge request artica/pandorafms!2447
This commit is contained in:
fbsanchez 2019-05-23 16:16:26 +02:00
commit 9e1de4cbb3
1 changed files with 1 additions and 1 deletions

View File

@ -964,7 +964,7 @@ function update_manager_get_config_values()
'customer_key'
);
$data = enterprise_hook('license_get_info', [true]);
$data = enterprise_hook('license_get_info');
if ($data === ENTERPRISE_NOT_HOOK) {
$limit_count = db_get_value_sql('SELECT count(*) FROM tagente');