]> git.wh0rd.org Git - tt-rss.git/commitdiff
correct faildient case
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 24 Apr 2013 11:08:37 +0000 (15:08 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 24 Apr 2013 11:08:37 +0000 (15:08 +0400)
classes/feeds.php

index 8a2b4bca4e71cd05960865d7fae2c3127200d905..dd986410391c32d14e5ddfe65c4bf0e0ff077fab 100644 (file)
@@ -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));
                                        }