mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-07 14:00:59 +01:00
do not try to draw a fail-gradient (faildient?)
This commit is contained in:
parent
e2cf81e214
commit
7d90d06de0
@ -400,7 +400,7 @@ class Feeds extends Handler_Protected {
|
||||
|
||||
require_once "colors.php";
|
||||
|
||||
if ($fav_color) {
|
||||
if ($fav_color && $fav_color != 'FAIL') {
|
||||
if (!isset($rgba_cache[$feed_id])) {
|
||||
$rgba_cache[$feed_id] = join(",", _color_unpack($fav_color));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user