Add missing break statement

This commit is contained in:
Nathan van der Werf 2018-08-15 19:18:52 +02:00
parent 2cdbb37a36
commit ab73442e3d

View File

@ -705,6 +705,8 @@ class Filter extends WidgetBase
}
}
break;
case 'numberrange':
if (is_array($scope->value) && count($scope->value) > 1) {
list($min, $max) = array_values($scope->value);