Skip to content

Commit 1ec683f

Browse files
committed
Merge branch 'MAGETWO-94267' into 2.3-develop-pr7
2 parents 433dd2e + daf2779 commit 1ec683f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Save.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ public function __construct(
9090
$this->productCopier = $productCopier;
9191
$this->productTypeManager = $productTypeManager;
9292
$this->productRepository = $productRepository;
93+
parent::__construct($context, $productBuilder);
9394
$this->escaper = $escaper ?? $this->_objectManager->get(\Magento\Framework\Escaper::class);
9495
$this->logger = $logger ?? $this->_objectManager->get(\Psr\Log\LoggerInterface::class);
95-
parent::__construct($context, $productBuilder);
9696
}
9797

9898
/**

0 commit comments

Comments
 (0)