Skip to content

Commit 0523a9e

Browse files
committed
Update class-ajax.php
1 parent 153a2b0 commit 0523a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-ajax.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ public function get_entry_detail() {
576576
}
577577
} elseif ( empty( $field['value'] ) ) {
578578
$has_empty = true;
579-
break;
579+
continue;
580580
} else {
581581
$field = WeForms_Form_Entry_Manager::format_entry_value( $field );
582582
array_push( $fields_formatted, $field );

0 commit comments

Comments
 (0)