Skip to content

Commit

Permalink
Changing order of jpeg aliases so that mapType() returns the most com…
Browse files Browse the repository at this point in the history
…mon one
  • Loading branch information
lorenzo committed Sep 28, 2013
1 parent e96fe51 commit 06a89f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Network/CakeResponse.php
Expand Up @@ -250,9 +250,9 @@ class CakeResponse {
'f4b' => 'audio/mp4',
'gif' => 'image/gif',
'ief' => 'image/ief',
'jpe' => 'image/jpeg',
'jpeg' => 'image/jpeg',
'jpg' => 'image/jpeg',
'jpeg' => 'image/jpeg',
'jpe' => 'image/jpeg',
'pbm' => 'image/x-portable-bitmap',
'pgm' => 'image/x-portable-graymap',
'png' => 'image/png',
Expand Down

0 comments on commit 06a89f1

Please sign in to comment.