Skip to content

Commit

Permalink
Fix reference to non-existing blank.tif file in mime_content_type check
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Oct 6, 2016
1 parent e85cfa6 commit 40fe66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/include/rcmail_install.php
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ public function check_mime_detection()
$errors = array();
$files = array(
'skins/larry/images/roundcube_logo.png' => 'image/png',
'program/resources/blank.tif' => 'image/tiff',
'program/resources/blank.tiff' => 'image/tiff',
'program/resources/blocked.gif' => 'image/gif',
'skins/larry/README' => 'text/plain',
);
Expand Down

0 comments on commit 40fe66b

Please sign in to comment.