summaryrefslogtreecommitdiff
path: root/include/colors.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-19 08:43:11 +0400
committerAndrew Dolgov <[email protected]>2013-04-19 08:43:11 +0400
commitf1c6dd7e90d43b36417b33907ffe96b56b95f27c (patch)
treef87d35822d615aea7ecfce294cc47c29493b3a42 /include/colors.php
parent96db9a14d983bd48c38d9d84ba62d014fb00dc19 (diff)
Revert "_DISABLE_FLOICON -> _ENABLE_FLOICON"
This reverts commit 7f1113a56ad8e66ce3dd9886b4b11dfc30573c7f.
Diffstat (limited to 'include/colors.php')
-rw-r--r--include/colors.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/colors.php b/include/colors.php
index a9f633ef4..7cf1a6af0 100644
--- a/include/colors.php
+++ b/include/colors.php
@@ -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);