Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Jul 25, 2022
1 parent ad5f28f commit e110c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/filters/eav-filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class="slider-range"

$newOptions = [];
foreach ($values as $value) {
$newOptions[$value] = $options[$value];
$newOptions[$value] = \yii\helpers\ArrayHelper::getValue($options, $value);
unset($options[$value]);
}
if ($newOptions) {
Expand Down

0 comments on commit e110c22

Please sign in to comment.