Skip to content
Snippets Groups Projects
Commit 688cca84 authored by Christian Wach's avatar Christian Wach :soccer:
Browse files

Always delete dynamic attachments

parent 132bcac0
No related branches found
No related tags found
No related merge requests found
......@@ -300,12 +300,13 @@ class CFAFA_ACFE_Form_Action_Email extends CFAFA_ACFE_Form_Action_Base {
// Send the Email with the built arguments.
$email = $this->form_email_send( $args, $email );
// Maybe remove Dynamic Attachments.
$this->form_attachments_delete( $attachments );
}
}
// Maybe remove Dynamic Attachments.
$this->form_attachments_delete( $attachments );
// Save the results of this Action for later use.
$this->make_action_save( $action, $email );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment