mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
# Conflicts: # application/utils.inc.php
This commit is contained in:
@@ -464,7 +464,7 @@ class utils
|
||||
|
||||
// For URL
|
||||
case static::ENUM_SANITIZATION_FILTER_URL:
|
||||
$retValue = filter_var($value, FILTER_SANITIZE_URL);
|
||||
$retValue = filter_var($value, FILTER_VALIDATE_URL);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
@@ -54,7 +54,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