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.
1 parent 747137b commit 789bba2Copy full SHA for 789bba2
src/app/code/community/IntegerNet/Solr/Model/Bridge/Category.php
@@ -107,7 +107,7 @@ public function getPathExcludingCurrentCategory($separator)
107
array_shift($pathIds);
108
array_pop($pathIds);
109
foreach($pathIds as $pathId) {
110
- $pathParts[] = $this->_category->getResource()->getAttributeRawValue($pathId, 'name', $this->getStoreId());
+ $pathParts[] = Mage::getResourceModel('catalog/category')->getAttributeRawValue($pathId, 'name', $this->getStoreId());
111
}
112
return implode($separator, $pathParts);
113
0 commit comments