Skip to content

Commit

Permalink
Merge branch 'mdl45012-moodle25' of git://github.com/tlock/moodle int…
Browse files Browse the repository at this point in the history
…o MOODLE_25_STABLE
  • Loading branch information
Sam Hemelryk committed Apr 21, 2014
2 parents 0a11ddf + 9d399ce commit 6c4fa4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/filelib.php
Expand Up @@ -1603,6 +1603,7 @@ function &get_mimetypes_array() {
'webm' => array ('type'=>'video/webm', 'icon'=>'video', 'groups'=>array('video'), 'string'=>'video'),
'wmv' => array ('type'=>'video/x-ms-wmv', 'icon'=>'wmv', 'groups'=>array('video'), 'string'=>'video'),
'asf' => array ('type'=>'video/x-ms-asf', 'icon'=>'wmv', 'groups'=>array('video'), 'string'=>'video'),
'wma' => array ('type'=>'audio/x-ms-wma', 'icon'=>'audio', 'groups'=>array('audio'), 'string'=>'audio'),

'xbk' => array ('type'=>'application/x-smarttech-notebook', 'icon'=>'archive'),
'xdp' => array ('type'=>'application/pdf', 'icon'=>'pdf'),
Expand Down

0 comments on commit 6c4fa4d

Please sign in to comment.