Skip to content

Adds duplicate start line to the beginning of each subsequent file #2

@prphntm63

Description

@prphntm63

I think this line

file_put_contents($current_mail_file_path, $buffer, FILE_APPEND);

should be

file_put_contents($current_mail_file_path, $current_mail , FILE_APPEND);

Workaround: Use a text editor to manually remove the first line of every generated file except the first one

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions