The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 274a591b authored by Demian Katz's avatar Demian Katz
Browse files

Style tweaks.

parent 884e04a8
No related merge requests found
......@@ -118,9 +118,9 @@ class HideFacetValueListener
foreach ($this->hideFacets as $facet => $value) {
if (isset($facets[$facet])) {
foreach ((array)$value as $config_value) {
foreach ($facets[$facet] as $facet_value => $count) {
if ($facet_value == $config_value) {
foreach ((array)$value as $configValue) {
foreach (array_keys($facets[$facet]) as $facetValue) {
if ($facetValue == $configValue) {
$facets[$facet]->remove();
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment