MDL-35622 files: Fixed typo in galleryitem extension

This commit is contained in:
Frederic Massart 2013-02-20 12:23:18 +08:00
parent 58b1904fd1
commit 5961512aa3

View File

@ -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'),