Bug #12544
Wrong class member variable used in HierarchicalFacetRenderer
| Status: | Closed | Start date: | 2011-01-26 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Ingo Renner | % Done: | 100% |
|
| Category: | Frontend Plugins | |||
| Target version: | 2.0 | |||
| TYPO3 Version: | Has patch: | |||
| PHP Version: | Tags: | |||
| Votes: | 0 |
Description
Probably due to refactoring, an access to a not-existing class member causes a faulty cObject configuraton in HierarchicalFacetRenderer.
Simple solution:
replace
$this->configuration['field']
by
$this->facetConfiguration['field']
History
Updated by Ingo Renner over 2 years ago
- Category set to Frontend Plugins
- Status changed from New to Resolved
- Assignee set to Ingo Renner
- % Done changed from 0 to 100
Didn't we have that one already? ;)
fixed in dkd-r73253
thanks!
Updated by Ingo Renner about 1 year ago
- Status changed from Resolved to Closed