Skip to content

Commit d4a7a95

Browse files
committed
MAGETWO-91608: SEO-friendly URL for category page not working
1 parent 3739356 commit d4a7a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Category.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function __construct(
4848
*/
4949
private function resolveStoreId() : int
5050
{
51-
return (int) $this->getRequest()->getParam('store_id', Store::DEFAULT_STORE_ID);
51+
return (int) $this->getRequest()->getParam('store', Store::DEFAULT_STORE_ID);
5252
}
5353

5454
/**

0 commit comments

Comments
 (0)