From 7f1113a56ad8e66ce3dd9886b4b11dfc30573c7f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 Apr 2013 22:36:16 +0400 Subject: _DISABLE_FLOICON -> _ENABLE_FLOICON --- include/colors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/colors.php') diff --git a/include/colors.php b/include/colors.php index 7cf1a6af0..a9f633ef4 100644 --- a/include/colors.php +++ b/include/colors.php @@ -286,7 +286,7 @@ function hsl2rgb($arr) { $size = @getimagesize($imageFile); - if (!defined('_DISABLE_FLOICON') && strtolower($size['mime']) == 'image/vnd.microsoft.icon') { + if (defined('_ENABLE_FLOICON') && strtolower($size['mime']) == 'image/vnd.microsoft.icon') { $ico = new floIcon(); @$ico->readICO($imageFile); -- cgit v1.2.3