Merge branch 'ent-7648-Entities-en-nombre-de-ticket-de-Integria-creado-en-Pandora' into 'develop'

fixed entities

See merge request artica/pandorafms!4207
This commit is contained in:
Daniel Rodriguez 2021-08-10 06:58:32 +00:00
commit 9f754efc05
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ function integria_api_call($api_hostname=null, $user=null, $user_pass=null, $api
'user_pass' => $user_pass,
'pass' => $api_pass,
'op' => $operation,
'params' => html_entity_decode($params),
'params' => io_safe_output($params),
];
if ($return_type !== '') {