mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
Merge branch 'MDL-28562_wip' of https://github.com/jamiepratt/moodle
This commit is contained in:
commit
4cff8cb550
@ -1002,7 +1002,7 @@ class file_storage {
|
||||
}
|
||||
|
||||
if (!isset($file_record['filename'])) {
|
||||
$file_record['filename'] == $file->get_filename();
|
||||
$file_record['filename'] = $file->get_filename();
|
||||
}
|
||||
|
||||
if (!isset($file_record['mimetype'])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user