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 093891f commit 3456274Copy full SHA for 3456274
app/code/Magento/CatalogUrlRewrite/Model/CategoryUrlRewriteGenerator.php
@@ -103,8 +103,7 @@ protected function generateForGlobalScope()
103
*/
104
protected function isOverrideUrlsForStore($storeId, $categoryId)
105
{
106
- return $this->overrideStoreUrls
107
- || !$this->storeViewService->doesEntityHaveOverriddenUrlKeyForStore(
+ return $this->overrideStoreUrls || !$this->storeViewService->doesEntityHaveOverriddenUrlKeyForStore(
108
$storeId,
109
$categoryId,
110
Category::ENTITY
0 commit comments