#11771 Fixed plugin field operation in module creation/edition

This commit is contained in:
Jorge Rincon 2023-07-31 15:30:39 +02:00
parent 89f604a602
commit e7c2340e72

View File

@ -159,7 +159,7 @@ foreach ($password_fields as $k => $p) {
return;
}
const moduleId = <?php echo $module['id']; ?>;
const moduleId = <?php echo $id_agent_module; ?>;
load_plugin_description($("#id_plugin").val());