mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
#11771 Fixed plugin field operation in module creation/edition
This commit is contained in:
parent
89f604a602
commit
e7c2340e72
@ -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());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user