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:
commit
9f754efc05
|
@ -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 !== '') {
|
||||
|
|
Loading…
Reference in New Issue