Posted by flebas on August 13, 2009 at 11:05pm
Jump to:
| Project: | Backup and Migrate |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
In _backup_migrate_dump_tables function, the MIME type of the file to download is set to variable $filemime, depending on backup type, but this variable is never used.
The MIME type variable passed to _backup_migrate_send_file_to_download is $file_mime, which is initialized to "text/plain" and remains unchanged.
Comments
#1
Right you are. Fixed in the latest dev. Out of curiosity, what effects where you noticing because of this bug?
#2
Automatically closed -- issue fixed for 2 weeks with no activity.