From 6aadeea8e217f2b4b481bbc4fc350ae6219cfe82 Mon Sep 17 00:00:00 2001 From: pini-girit Date: Wed, 28 Apr 2021 13:48:06 +0300 Subject: [PATCH] v1.14.8: minor fix --- Block/Adminhtml/Product/Edit/NewVideo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Block/Adminhtml/Product/Edit/NewVideo.php b/Block/Adminhtml/Product/Edit/NewVideo.php index 700bfc6..b31598a 100644 --- a/Block/Adminhtml/Product/Edit/NewVideo.php +++ b/Block/Adminhtml/Product/Edit/NewVideo.php @@ -148,7 +148,7 @@ protected function getPlaceholderUrl() $configPaths = [ 'catalog/placeholder/image_placeholder', 'catalog/placeholder/small_image_placeholder', - 'thumbnail_placeholder', + 'catalog/placeholder/thumbnail_placeholder', ]; foreach ($configPaths as $configPath) { if (($path = $storeManager->getStore()->getConfig($configPath))) {