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 7b8fe3d commit 498047cCopy full SHA for 498047c
app/code/Magento/Sitemap/Controller/Adminhtml/Sitemap/Generate.php
@@ -45,7 +45,8 @@ public function execute()
45
if ($sitemap->getId()) {
46
try {
47
//We need to emulate to get the correct frontend URL for the product images
48
- $this->appEmulation->startEnvironmentEmulation($sitemap->getStoreId(),
+ $this->appEmulation->startEnvironmentEmulation(
49
+ $sitemap->getStoreId(),
50
\Magento\Framework\App\Area::AREA_FRONTEND,
51
true
52
);
0 commit comments