mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-29987' of https://github.com/bostelm/moodle
This commit is contained in:
commit
7c76607aaa
@ -404,7 +404,7 @@ function resource_print_filenotfound($resource, $cm, $course) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Decide the best diaply format.
|
||||
* Decide the best display format.
|
||||
* @param object $resource
|
||||
* @return int display type constant
|
||||
*/
|
||||
@ -424,7 +424,7 @@ function resource_get_final_display_type($resource) {
|
||||
if (file_mimetype_in_typegroup($mimetype, 'archive')) {
|
||||
return RESOURCELIB_DISPLAY_DOWNLOAD;
|
||||
}
|
||||
if (file_mimetype_in_typegroup($mimetype, array('web_image', '.pdf', '.htm', 'web_video', 'web_audio'))) {
|
||||
if (file_mimetype_in_typegroup($mimetype, array('web_image', '.htm', 'web_video', 'web_audio'))) {
|
||||
return RESOURCELIB_DISPLAY_EMBED;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user