Skip to content

Commit 0917f29

Browse files
committed
MAGNIMEX-283: get entity adapater change
1 parent c181df2 commit 0917f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ImportExport/Model/Import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ public function isReportEntityType($entity = null)
687687
throw new \Magento\Framework\Exception\LocalizedException(__('Please enter a correct entity model'));
688688
}
689689
} else {
690-
$result = $this->_entityAdapter->isNeedToLogInHistory();
690+
$result = $this->_getEntityAdapter()->isNeedToLogInHistory();
691691
}
692692
return $result;
693693
}

0 commit comments

Comments
 (0)