Comment 6 for bug 1380434

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/3808
Committed: http://gitorious.org/mahara/mahara/commit/3c3b05168791f46cbeec47c1397a6fbef5f005e4
Submitter: Robert Lyon (<email address hidden>)
Branch: 1.7_STABLE

commit 3c3b05168791f46cbeec47c1397a6fbef5f005e4
Author: Robert Lyon <email address hidden>
Date: Tue Oct 14 07:51:34 2014 +1300

Problem extracting leap2a zip file on import (Bug #1380434)

For some zip files for some users the mimetype is being interpreted as
"application/x-zip" (note the quotes are part of the string) so this
fails to map to the valid zip types and so the zip file is not
extracted.

So have trimmed the quote off the string

Change-Id: Ia58e3c3aa9a734172543b8c71ecab10a8f313b82
Signed-off-by: Robert Lyon <email address hidden>