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 cd5f68a commit 965e5adCopy full SHA for 965e5ad
app/code/Magento/Store/Model/ResourceModel/Store.php
@@ -147,7 +147,7 @@ protected function _changeGroup(\Magento\Framework\Model\AbstractModel $model)
147
)->where(
148
$connection->quoteInto('group_id=?', $model->getOriginalGroupId())
149
);
150
- $storeId = $connection->fetchOne($select, 'default_store_id');
+ $storeId = $connection->fetchOne($select);
151
152
if ($storeId == $model->getId()) {
153
$bind = ['default_store_id' => \Magento\Store\Model\Store::DEFAULT_STORE_ID];
0 commit comments