1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-05 03:19:15 +00:00

properly remove and replace favicon color when favicon gets manually removed/uploaded

This commit is contained in:
Andrew Dolgov
2013-04-15 18:22:48 +04:00
parent 86f7d2a9f2
commit bc7a144dd5
3 changed files with 23 additions and 10 deletions

View File

@@ -336,6 +336,6 @@ function hsl2rgb($arr) {
}
}
}
return false;
return '';
}
?>