We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d32b91 commit 5bcfe0dCopy full SHA for 5bcfe0d
app/code/Magento/Sitemap/Model/Sitemap.php
@@ -586,7 +586,7 @@ protected function _getBaseDir()
586
*/
587
protected function _getStoreBaseUrl($type = \Magento\Framework\UrlInterface::URL_TYPE_LINK)
588
{
589
- $isSecure=$this->_storeManager->getStore($this->getStoreId())->isFrontUrlSecure();
+ $isSecure = $this->_storeManager->getStore($this->getStoreId())->isFrontUrlSecure();
590
return rtrim($this->_storeManager->getStore($this->getStoreId())->getBaseUrl($type, $isSecure), '/') . '/';
591
}
592
0 commit comments