mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Add missing break statement
This commit is contained in:
parent
2cdbb37a36
commit
ab73442e3d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user