wp-dbmanager icon indicating copy to clipboard operation
wp-dbmanager copied to clipboard

Problem with sanitize_file_name

Open ilyavaiser opened this issue 6 years ago • 0 comments

This function is used when downloading a backup file to verify the file name. In my wp installation, another plugin overrides this function to add a unique string.

As a result, file download does not work.

You probably need to use this function to generate the file name when creating the backup.

ilyavaiser avatar Jan 20 '20 12:01 ilyavaiser