N°8313 - edit dashboard

This commit is contained in:
bdalsass
2025-05-13 10:57:19 +02:00
committed by Benjamin Dalsass
parent e77e0eec9f
commit 81791dd253
2 changed files with 5 additions and 4 deletions

View File

@@ -432,8 +432,8 @@ class utils
// For URL
case static::ENUM_SANITIZATION_FILTER_URL:
// N°6350 - returns only valid URLs
$retValue = filter_var($value, FILTER_VALIDATE_URL);
$retValue = filter_var($value, FILTER_SANITIZE_URL);
$retValue = filter_var($retValue, FILTER_VALIDATE_URL);
break;
default: