Skip to content

Commit d41b003

Browse files
committed
MAGETWO-32134: Build stabilization
1 parent 692e811 commit d41b003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Eav/Model/Entity/Collection/AbstractCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ protected function _initSelect()
192192
{
193193
$this->getSelect()->from(['e' => $this->getEntity()->getEntityTable()]);
194194
$entity = $this->getEntity();
195-
if ($entity->getTypeId() && $entity->getEntityTable() == \Magento\Eav\Model\Entity::DEFAULT_ENTITY_TABLE ) {
195+
if ($entity->getTypeId() && $entity->getEntityTable() == \Magento\Eav\Model\Entity::DEFAULT_ENTITY_TABLE) {
196196
$this->addAttributeToFilter('entity_type_id', $this->getEntity()->getTypeId());
197197
}
198198
return $this;

0 commit comments

Comments
 (0)