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 3739356 commit d4a7a95Copy full SHA for d4a7a95
app/code/Magento/Catalog/Controller/Adminhtml/Category.php
@@ -48,7 +48,7 @@ public function __construct(
48
*/
49
private function resolveStoreId() : int
50
{
51
- return (int) $this->getRequest()->getParam('store_id', Store::DEFAULT_STORE_ID);
+ return (int) $this->getRequest()->getParam('store', Store::DEFAULT_STORE_ID);
52
}
53
54
/**
0 commit comments