1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02:00

correct faildient case

This commit is contained in:
Andrew Dolgov 2013-04-24 15:08:37 +04:00
parent 7d90d06de0
commit db29ea0d8d

View File

@ -400,7 +400,7 @@ class Feeds extends Handler_Protected {
require_once "colors.php"; require_once "colors.php";
if ($fav_color && $fav_color != 'FAIL') { if ($fav_color && $fav_color != 'fail') {
if (!isset($rgba_cache[$feed_id])) { if (!isset($rgba_cache[$feed_id])) {
$rgba_cache[$feed_id] = join(",", _color_unpack($fav_color)); $rgba_cache[$feed_id] = join(",", _color_unpack($fav_color));
} }