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 4e5f937 commit b0add65Copy full SHA for b0add65
app/code/Magento/Cms/Model/ResourceModel/Block.php
@@ -186,7 +186,7 @@ public function getIsUniqueBlockToStores(AbstractModel $object)
186
if ($this->_storeManager->hasSingleStore()) {
187
$stores = [Store::DEFAULT_STORE_ID];
188
} else {
189
- $stores = (array)$object->getData('stores');
+ $stores = (array)$object->getData('store_id');
190
}
191
192
$select = $this->getConnection()->select()
0 commit comments