Skip to content

Commit 6a0570f

Browse files
cconard96cedric-anne
authored andcommitted
Fix continue is equivalent to break
fixes #432
1 parent 7c02f9f commit 6a0570f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/field.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ static function prepareHtmlFields($fields, $items_id, $itemtype, $canedit = true
834834
break;
835835
case 'dropdownoperatingsystems':
836836
if ($massiveaction) {
837-
continue;
837+
break;
838838
}
839839
if ($canedit && !$readonly) {
840840
$html.= OperatingSystem::dropdown(['name' => $field['name'],

0 commit comments

Comments
 (0)