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

correct faildient case

parent 7d90d06d
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 && $fav_color != 'FAIL') {
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