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 0d53494 commit a374623Copy full SHA for a374623
app/code/Magento/Catalog/Controller/Adminhtml/Product/Widget/Chooser.php
@@ -50,7 +50,7 @@ public function __construct(
50
parent::__construct($context);
51
$this->resultRawFactory = $resultRawFactory;
52
$this->layoutFactory = $layoutFactory;
53
- $this->escaper = $escaper ?: ObjectManager::getInstance()->create(\Magento\Framework\Escaper::class);
+ $this->escaper = $escaper ?: ObjectManager::getInstance()->get(\Magento\Framework\Escaper::class);
54
}
55
56
/**
0 commit comments