Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Jan 8, 2025
1 parent 365cc35 commit ce079ad
Show file tree
Hide file tree
Showing 3 changed files with 331 additions and 330 deletions.
1 change: 1 addition & 0 deletions includes/forms/class-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ public function process_save_form()
// update form, settings and messages
$form_id = (int) $_POST['mc4wp_form_id'];
$form_data = $_POST['mc4wp_form'];

$this->save_form($form_id, $form_data);
$this->set_default_form_id($form_id);
$this->messages->flash(esc_html__('Form saved.', 'mailchimp-for-wp'));
Expand Down
Loading

0 comments on commit ce079ad

Please sign in to comment.