summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-24 15:07:23 +0400
committerAndrew Dolgov <[email protected]>2013-04-24 15:07:23 +0400
commit7d90d06de0f56e7996ed3f1496598c8c91f7b799 (patch)
tree0c6a0edad611a12a95ba32058d2bd894ea866b14 /classes
parente2cf81e21406f0b507446cf369f7da172ce9da14 (diff)
do not try to draw a fail-gradient (faildient?)
Diffstat (limited to 'classes')
-rw-r--r--classes/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 61836d20d..8a2b4bca4 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) {
+ if ($fav_color && $fav_color != 'FAIL') {
if (!isset($rgba_cache[$feed_id])) {
$rgba_cache[$feed_id] = join(",", _color_unpack($fav_color));
}