From 03b936a029033a6f2670ef3fcf3395b9ce8c10fe Mon Sep 17 00:00:00 2001 From: Hailong Zhao Date: Fri, 29 Mar 2019 09:22:21 -0400 Subject: [PATCH] Fix the compatibility issue introduced by the change of catalog product view layout. --- app/code/Magento/Catalog/Block/Product/View/Details.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Catalog/Block/Product/View/Details.php b/app/code/Magento/Catalog/Block/Product/View/Details.php index e76c5bf201334..8764f19301522 100644 --- a/app/code/Magento/Catalog/Block/Product/View/Details.php +++ b/app/code/Magento/Catalog/Block/Product/View/Details.php @@ -15,7 +15,7 @@ * * @api */ -class Details extends \Magento\Framework\View\Element\Template +class Details extends Description { /** * Get sorted child block names.