Revert "_DISABLE_FLOICON -> _ENABLE_FLOICON"

This reverts commit 7f1113a56a.
This commit is contained in:
Andrew Dolgov 2013-04-19 08:43:11 +04:00
parent 96db9a14d9
commit f1c6dd7e90
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ function hsl2rgb($arr) {
$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);