From: Andrew Dolgov Date: Wed, 24 Apr 2013 11:08:37 +0000 (+0400) Subject: correct faildient case X-Git-Tag: 1.7.9~25^2~94 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=db29ea0d8da54513d2f66a03976d7aba7344e98a;p=tt-rss.git correct faildient case --- diff --git a/classes/feeds.php b/classes/feeds.php index 8a2b4bca..dd986410 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -400,7 +400,7 @@ class Feeds extends Handler_Protected { require_once "colors.php"; - if ($fav_color && $fav_color != 'FAIL') { + if ($fav_color && $fav_color != 'fail') { if (!isset($rgba_cache[$feed_id])) { $rgba_cache[$feed_id] = join(",", _color_unpack($fav_color)); }