Merge branch 'ent-7707-wizard-de-interfaz-snmp-no-soporta-determinados-caracteres' into 'develop'

Fixed SNMP interface wizard modules with special chars

See merge request artica/pandorafms!4215
This commit is contained in:
Daniel Rodriguez 2021-06-25 09:15:55 +00:00
commit cb101d5540
1 changed files with 1 additions and 1 deletions

View File

@ -1172,7 +1172,7 @@ class AgentWizard extends HTML
[
'arguments' => [
'type' => 'hidden',
'value' => json_encode($candidateModules),
'value' => htmlspecialchars(json_encode($candidateModules)),
'return' => true,
'name' => 'modules-definition',
],