fixes #31884 url des icones de catégories d'annonces préfixées par // plutot que https://
This commit is contained in:
parent
b272e50f88
commit
0ceffe2fa3
|
@ -376,7 +376,8 @@ EOL
|
||||||
return new Response(json_encode($output), 400);
|
return new Response(json_encode($output), 400);
|
||||||
}
|
}
|
||||||
|
|
||||||
$weburl="https://".$this->getParameter("weburl")."/".$this->getParameter("alias")."/";
|
# fixe #31884 "https://" => "//"
|
||||||
|
$weburl="//".$this->getParameter("weburl")."/".$this->getParameter("alias")."/";
|
||||||
$serializer = new Serializer(array(new DateTimeNormalizer()));
|
$serializer = new Serializer(array(new DateTimeNormalizer()));
|
||||||
|
|
||||||
if ($action == null) {
|
if ($action == null) {
|
||||||
|
|
Loading…
Reference in New Issue