Skip to content

Commit 9dd712d

Browse files
committed
Merge pull request #72 from Militree/patch-2
Hotfix: Change the extended class in enterprise attribute (to Master)
2 parents 8291061 + 5e190d2 commit 9dd712d

File tree

1 file changed

+2
-2
lines changed
  • app/code/community/Catalin/SEO/Model/Enterprise/Catalog/Layer/Filter

1 file changed

+2
-2
lines changed

app/code/community/Catalin/SEO/Model/Enterprise/Catalog/Layer/Filter/Attribute.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @copyright Copyright (c) 2016 Catalin Ciobanu
1515
* @license https://opensource.org/licenses/MIT MIT License (MIT)
1616
*/
17-
class Catalin_SEO_Model_Enterprise_Catalog_Layer_Filter_Attribute extends Mage_Catalog_Model_Catalog_Layer_Filter_Attribute
17+
class Catalin_SEO_Model_Enterprise_Catalog_Layer_Filter_Attribute extends Enterprise_Search_Model_Catalog_Layer_Filter_Attribute
1818
{
1919

2020
protected $_values = array();
@@ -122,4 +122,4 @@ protected function _getItemsData()
122122
return $data;
123123
}
124124

125-
}
125+
}

0 commit comments

Comments
 (0)