Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @package Dh_EmptyHandles
* @author Drew Hunter <[email protected]>
*/
class Dh_EmptyHandles_Model_handler_Catalog_Category_View
class Dh_EmptyHandles_Model_Handler_Catalog_Category_View
extends Dh_EmptyHandles_Model_Handler_Abstract
{
/**
Expand All @@ -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)
{
Expand All @@ -27,4 +27,4 @@ public function execute(Varien_Event $event)
}
return $this;
}
}
}