mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +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 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) {
|
if ($synthetic_module_form !== ENTERPRISE_NOT_HOOK) {
|
||||||
$data = [];
|
$data = [];
|
||||||
$data[0] = $synthetic_module_form;
|
$data[0] = $synthetic_module_form;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user