Skip to content
Snippets Groups Projects
Commit 7d90d06d authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

do not try to draw a fail-gradient (faildient?)

parent e2cf81e2
No related branches found
No related tags found
No related merge requests found
......@@ -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));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment