Skip to content

Commit dfb3233

Browse files
committed
MAGETWO-57153: [Backport] - [Github] Custom options not displayed correctly on a store view level #2908 #5885 - for 2.1
1 parent beae948 commit dfb3233

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization/Helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ private function getProductRepository()
407407
{
408408
if (null === $this->productRepository) {
409409
$this->productRepository = \Magento\Framework\App\ObjectManager::getInstance()
410-
->get(\Magento\Catalog\Api\ProductRepositoryInterface\Proxy::class);
410+
->get('\Magento\Catalog\Api\ProductRepositoryInterface\Proxy');
411411
}
412412

413413
return $this->productRepository;

0 commit comments

Comments
 (0)