summaryrefslogtreecommitdiff
path: root/include/colors.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-18 22:36:16 +0400
committerAndrew Dolgov <[email protected]>2013-04-18 22:36:16 +0400
commit7f1113a56ad8e66ce3dd9886b4b11dfc30573c7f (patch)
tree400e4c047c21dac65644bde4f1d03fa0878a97ee /include/colors.php
parent3c200461f81250f7e112149bf9b55245943b42c1 (diff)
_DISABLE_FLOICON -> _ENABLE_FLOICON
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 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);