From fab314c5d5d03d7f1fa91213ea177cdfeb9f22cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zsolt=20G=C3=A1l?= Date: Wed, 5 Jul 2017 11:54:34 +0200 Subject: [PATCH] Update View.php --- .../Dh/EmptyHandles/Model/Handler/Catalog/Category/View.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/code/community/Dh/EmptyHandles/Model/Handler/Catalog/Category/View.php b/src/app/code/community/Dh/EmptyHandles/Model/Handler/Catalog/Category/View.php index 6dfe80e..431193f 100755 --- a/src/app/code/community/Dh/EmptyHandles/Model/Handler/Catalog/Category/View.php +++ b/src/app/code/community/Dh/EmptyHandles/Model/Handler/Catalog/Category/View.php @@ -8,7 +8,7 @@ * @package Dh_EmptyHandles * @author Drew Hunter */ -class Dh_EmptyHandles_Model_handler_Catalog_Category_View +class Dh_EmptyHandles_Model_Handler_Catalog_Category_View extends Dh_EmptyHandles_Model_Handler_Abstract { /** @@ -17,7 +17,7 @@ class Dh_EmptyHandles_Model_handler_Catalog_Category_View * then apply a new layout handle: catalog_category_view_empty * * @param Varien_Event $event - * @return Dh_EmptyHandles_Model_Handler_Catalogsearch_Result_Index + * @return Dh_EmptyHandles_Model_Handler_Catalog_Category_View */ public function execute(Varien_Event $event) { @@ -27,4 +27,4 @@ public function execute(Varien_Event $event) } return $this; } -} \ No newline at end of file +}