summaryrefslogtreecommitdiff
path: root/include/colors.php
diff options
context:
space:
mode:
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);