CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #12544

Wrong class member variable used in HierarchicalFacetRenderer

Added by Marcus Krause over 2 years ago. Updated about 1 year ago.

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']

12544.diff (688 Bytes) Marcus Krause, 2011-01-26 16:35

History

Updated by Marcus Krause over 2 years ago

Patch attached

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

Also available in: Atom PDF