Skip to content

Commit

Permalink
Revert "_DISABLE_FLOICON -> _ENABLE_FLOICON"
Browse files Browse the repository at this point in the history
This reverts commit 7f1113a.
  • Loading branch information
Andrew Dolgov committed Apr 19, 2013
1 parent 96db9a1 commit f1c6dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/colors.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ function colorPalette($imageFile, $numColors, $granularity = 5) {

$size = @getimagesize($imageFile);

if (defined('_ENABLE_FLOICON') && strtolower($size['mime']) == 'image/vnd.microsoft.icon') {
if (!defined('_DISABLE_FLOICON') && strtolower($size['mime']) == 'image/vnd.microsoft.icon') {
$ico = new floIcon();
@$ico->readICO($imageFile);

Expand Down

0 comments on commit f1c6dd7

Please sign in to comment.