mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
fix policy synthetic module form
This commit is contained in:
parent
e980e60025
commit
fbe2629de3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user