Skip to content

Commit ef0f0ca

Browse files
[Pre-Release] v3.1
1 parent 1696231 commit ef0f0ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

includes/forms/class-form.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ public function handle_request( MC4WP_Request $request ) {
451451
$this->is_submitted = true;
452452
$this->raw_data = $request->post->all();
453453
$this->data = $this->parse_request_data( $request );
454-
454+
455455
// update form configuration from given data
456456
$config = array();
457457
$map = array(
@@ -576,6 +576,7 @@ public function get_lists() {
576576
* @param MC4WP_Form $form
577577
*/
578578
$lists = (array) apply_filters( 'mc4wp_form_lists', $lists, $form );
579+
579580
return $lists;
580581
}
581582

0 commit comments

Comments
 (0)