mirror of
https://github.com/moodle/moodle.git
synced 2025-04-23 17:34:56 +02:00
MDL-35622 files: Fixed typo in galleryitem extension
This commit is contained in:
parent
58b1904fd1
commit
5961512aa3
@ -1471,7 +1471,7 @@ function &get_mimetypes_array() {
|
||||
'f4v' => array ('type'=>'video/mp4', 'icon'=>'flash', 'groups'=>array('video','web_video'), 'string'=>'video'),
|
||||
|
||||
'gallery' => array ('type'=>'application/x-smarttech-notebook', 'icon'=>'archive'),
|
||||
'galleryitem,' => array ('type'=>'application/x-smarttech-notebook', 'icon'=>'archive'),
|
||||
'galleryitem' => array ('type'=>'application/x-smarttech-notebook', 'icon'=>'archive'),
|
||||
'gallerycollection' => array ('type'=>'application/x-smarttech-notebook', 'icon'=>'archive'),
|
||||
'gif' => array ('type'=>'image/gif', 'icon'=>'gif', 'groups'=>array('image', 'web_image'), 'string'=>'image'),
|
||||
'gtar' => array ('type'=>'application/x-gtar', 'icon'=>'archive', 'groups'=>array('archive'), 'string'=>'archive'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user