mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°6351 - code hardening
This commit is contained in:
@@ -75,7 +75,7 @@ try
|
||||
|
||||
if (array_key_exists('table_inner_id', $aListParams))
|
||||
{
|
||||
$sListId = $aListParams['table_inner_id'];
|
||||
$sListId = utils::HtmlEntities($aListParams['table_inner_id']);
|
||||
}
|
||||
|
||||
if (array_key_exists('json', $aListParams))
|
||||
|
||||
Reference in New Issue
Block a user