Skip to content

Commit

Permalink
Merge branch 'MDL-28562_wip' of https://github.com/jamiepratt/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Aparup Banerjee committed Nov 23, 2011
2 parents a9c56ad + 0ea7fc2 commit 4cff8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/filestorage/file_storage.php
Expand Up @@ -1002,7 +1002,7 @@ public function convert_image($file_record, $fid, $newwidth = NULL, $newheight =
} }


if (!isset($file_record['filename'])) { if (!isset($file_record['filename'])) {
$file_record['filename'] == $file->get_filename(); $file_record['filename'] = $file->get_filename();
} }


if (!isset($file_record['mimetype'])) { if (!isset($file_record['mimetype'])) {
Expand Down

0 comments on commit 4cff8cb

Please sign in to comment.