From e7c2340e72b269cc53d174f332a34669afd0c96f Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Mon, 31 Jul 2023 15:30:39 +0200 Subject: [PATCH] #11771 Fixed plugin field operation in module creation/edition --- .../godmode/agentes/module_manager_editor_plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/agentes/module_manager_editor_plugin.php b/pandora_console/godmode/agentes/module_manager_editor_plugin.php index df58cb0a4f..970a2c4d9f 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_plugin.php +++ b/pandora_console/godmode/agentes/module_manager_editor_plugin.php @@ -159,7 +159,7 @@ foreach ($password_fields as $k => $p) { return; } - const moduleId = ; + const moduleId = ; load_plugin_description($("#id_plugin").val());