File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -922,7 +922,7 @@ redis:wcf.acp.option.cache_source_type.redis</selectoptions>
922922 <option name =" attachment_image_autoscale_file_type" >
923923 <categoryname >message.attachment.autoscale</categoryname >
924924 <optiontype >radioButton</optiontype >
925- <defaultvalue >keep </defaultvalue >
925+ <defaultvalue >image/jpeg </defaultvalue >
926926 <selectoptions >keep:wcf.acp.option.attachment_image_autoscale_file_type.keep
927927image/jpeg:wcf.acp.option.attachment_image_autoscale_file_type.jpeg</selectoptions >
928928 </option >
Original file line number Diff line number Diff line change 201201\define ("ATTACHMENT_IMAGE_AUTOSCALE " , 1 );
202202\define ("ATTACHMENT_IMAGE_AUTOSCALE_MAX_WIDTH " , 1024 );
203203\define ("ATTACHMENT_IMAGE_AUTOSCALE_MAX_HEIGHT " , 1024 );
204- \define ("ATTACHMENT_IMAGE_AUTOSCALE_FILE_TYPE " , '' );
204+ \define ("ATTACHMENT_IMAGE_AUTOSCALE_FILE_TYPE " , 'image/jpeg ' );
205205\define ('LOG_MISSING_LANGUAGE_ITEMS ' , 0 );
206206\define ('PRUNE_IP_ADDRESS ' , 30 );
207207\define ('BREADCRUMBS_HOME_USE_PAGE_TITLE ' , 1 );
You can’t perform that action at this time.
0 commit comments