wp-dbmanager
wp-dbmanager copied to clipboard
Problem with sanitize_file_name
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.