fix policy synthetic module form

This commit is contained in:
alejandro.campos@artica.es 2023-10-13 10:39:33 +02:00
parent e980e60025
commit fbe2629de3
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ if ($selector_form !== ENTERPRISE_NOT_HOOK) {
}
// Synthetic modules are an Enterprise feature.
$synthetic_module_form = enterprise_hook('get_synthetic_module_form');
$synthetic_module_form = enterprise_hook('get_synthetic_module_form', [$policy_id]);
if ($synthetic_module_form !== ENTERPRISE_NOT_HOOK) {
$data = [];
$data[0] = $synthetic_module_form;