mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:25:57 +00:00
correct faildient case
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user