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 78dec58 commit d7a2e39Copy full SHA for d7a2e39
app/code/Magento/Sitemap/Block/Robots.php
@@ -79,10 +79,10 @@ public function __construct(
79
protected function _toHtml()
80
{
81
$defaultStoreId = $this->storeResolver->getCurrentStoreId();
82
- $defalutStore = $this->storeManager->getStore($defaultStoreId);
+ $defaultStore = $this->storeManager->getStore($defaultStoreId);
83
84
/** @var \Magento\Store\Model\Website $website */
85
- $website = $this->storeManager->getWebsite($defalutStore->getWebsiteId());
+ $website = $this->storeManager->getWebsite($defaultStore->getWebsiteId());
86
87
$storeIds = [];
88
foreach ($website->getStoreIds() as $storeId) {
0 commit comments