Skip to content

Commit

Permalink
*6723* Some ICO file types don't upload for favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrider committed Jun 27, 2011
1 parent 602532e commit e725ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/file/FileManager.inc.php
Expand Up @@ -386,6 +386,7 @@ function getImageExtension($type) {
return '.png';
case 'image/vnd.microsoft.icon':
case 'image/x-icon':
case 'image/x-ico':
case 'image/ico':
return '.ico';
case 'application/x-shockwave-flash':
Expand Down

0 comments on commit e725ea5

Please sign in to comment.