1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 12:05:55 +00:00

_DISABLE_FLOICON -> _ENABLE_FLOICON

This commit is contained in:
Andrew Dolgov
2013-04-18 22:36:16 +04:00
parent 3c200461f8
commit 7f1113a56a

View File

@@ -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);