Closed (fixed)
Project:
Backup and Migrate
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2009 at 23:05 UTC
Updated:
27 Jun 2010 at 23:10 UTC
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
Comment #1
ronan commentedRight you are. Fixed in the latest dev. Out of curiosity, what effects where you noticing because of this bug?