Skip to content

Commit

Permalink
Fix BMP support
Browse files Browse the repository at this point in the history
* fixes #16461
  • Loading branch information
MorrisJobke committed Feb 14, 2016
1 parent 5bbf8ed commit ce4d518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/image.php
Expand Up @@ -254,6 +254,7 @@ private function _output($filePath = null, $mimeType = null) {
$imageType = IMAGETYPE_XBM;
break;
case 'image/bmp':
case 'image/x-ms-bmp':
$imageType = IMAGETYPE_BMP;
break;
default:
Expand Down

0 comments on commit ce4d518

Please sign in to comment.