Skip to content

Commit 7b0b4af

Browse files
authored
Merge pull request #45 from mambax7/feature/jpg
add jpg as default
2 parents e6b11b2 + 44ca660 commit 7b0b4af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xoops_version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
'description' => '_MI_MODULEBUILDER_CONFIG_MIMETYPES_IMAGE_DESC',
136136
'formtype' => 'textbox',
137137
'valuetype' => 'text',
138-
'default' => 'gif|jpeg|pjpeg|png',
138+
'default' => 'gif|jpeg|jpg|pjpeg|png',
139139
];
140140

141141
$modversion['config'][] = [

0 commit comments

Comments
 (0)