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.
2 parents 8291061 + 5e190d2 commit 9dd712dCopy full SHA for 9dd712d
app/code/community/Catalin/SEO/Model/Enterprise/Catalog/Layer/Filter/Attribute.php
@@ -14,7 +14,7 @@
14
* @copyright Copyright (c) 2016 Catalin Ciobanu
15
* @license https://opensource.org/licenses/MIT MIT License (MIT)
16
*/
17
-class Catalin_SEO_Model_Enterprise_Catalog_Layer_Filter_Attribute extends Mage_Catalog_Model_Catalog_Layer_Filter_Attribute
+class Catalin_SEO_Model_Enterprise_Catalog_Layer_Filter_Attribute extends Enterprise_Search_Model_Catalog_Layer_Filter_Attribute
18
{
19
20
protected $_values = array();
@@ -122,4 +122,4 @@ protected function _getItemsData()
122
return $data;
123
}
124
125
-}
+}
0 commit comments