Skip to content

Commit fa8ba42

Browse files
committed
fix typo for 7.3
1 parent 2d146b0 commit fa8ba42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/plugins/managermanager/widgets/mm_requirefields/mm_requirefields.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function mm_requireFields($fields, $roles = '', $templates = ''){
7979
//if it's tv & it's not used in current template
8080
if ($mm_fields[$field]['tv'] && tplUseTvs($mm_current_page['template'], $field) === false){
8181
//Go to next field
82-
continue;
82+
break;
8383
}
8484

8585
// What type is this field?

0 commit comments

Comments
 (0)