Closed (fixed)
Project:
Facets
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Jul 2017 at 13:31 UTC
Updated:
7 Aug 2017 at 07:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
fagoI'm not sure this fixes the problem in all situations, let's make sure the code works for sure:
$active_results[$facet->getUrlAlias()] could be not set, what leads to NULL to be passed on, what is not valid. So we need to check !empty( $active_results[$facet->getUrlAlias()]) instead of just $active_results.
Comment #3
fagoComment #4
arthur_lorenz commentedGood point, fixed it.
Comment #5
arthur_lorenz commentedComment #6
borisson_Looks like a really small bugfix, thanks.
Comment #7
borisson_Committed and pushed, thanks!