Closed ghost closed 4 years ago
Questions | Answers |
---|---|
Description? | {$base_url} is not https |
Type? | bug fix |
BC breaks? | no |
Deprecations? | no |
Fixed ticket? | Fixes https://github.com/PrestaShop/PrestaShop/issues/20878. |
I aggre @PierreRambaud but {$urls.xxx} is not availble on the back office which way you propose.
if i follow you the best way is to change this line ?
https://github.com/PrestaShop/PrestaShop/blob/develop/classes/controller/AdminController.php#L2037
if i follow you the best way is to change this line ?
https://github.com/PrestaShop/PrestaShop/blob/develop/classes/controller/AdminController.php#L2037
Yes by doing this I think:
'base_url' => $this->context->shop->getBaseURL(true) ,
Ok i make a Pr and i close this one.