mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Added erased when a plugin is also deleted in the policies.
This commit is contained in:
parent
28585a2e39
commit
dde19b79d9
@ -595,6 +595,13 @@ else {
|
|||||||
foreach ($plugin_modules as $pm) {
|
foreach ($plugin_modules as $pm) {
|
||||||
modules_delete_agent_module ($pm['id_agente_modulo']);
|
modules_delete_agent_module ($pm['id_agente_modulo']);
|
||||||
}
|
}
|
||||||
|
if (enterprise_installed()) {
|
||||||
|
enterprise_include_once('include/functions_policies.php');
|
||||||
|
$policies_ids = db_get_all_rows_filter('tpolicy_modules', array('id_plugin' => $plugin_id));
|
||||||
|
foreach($policies_ids as $policies_id) {
|
||||||
|
policies_change_delete_pending_module ($policies_id['id']);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user