X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FWebRequest.php;h=20ee5e584dd36cdcc4c8ade31419d85446aa0456;hb=5755a74aa63fef10a6cf785f34176681e139499f;hp=e85bf9cc706c7eaf2ead665bedd3afc0dfd4c6de;hpb=5d3dbc64aada672802b5316f293b36095555d1c7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/WebRequest.php b/includes/WebRequest.php index e85bf9cc70..20ee5e584d 100644 --- a/includes/WebRequest.php +++ b/includes/WebRequest.php @@ -347,7 +347,6 @@ class WebRequest { $data = $this->normalizeUnicode( $data ); return $data; } else { - taint( $default ); return $default; } }