mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
This commit is contained in:
@@ -51,7 +51,7 @@ try
|
||||
|
||||
if (array_key_exists('table_inner_id', $aListParams))
|
||||
{
|
||||
$sListId = utils::HtmlEntities($aListParams['table_inner_id']);
|
||||
$sListId = utils::Sanitize($aListParams['table_inner_id'], '', 'element_identifier');
|
||||
}
|
||||
|
||||
if (array_key_exists('json', $aListParams))
|
||||
|
||||
Reference in New Issue
Block a user