1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 01:05:56 +00:00

getFeedIcon: remove second parameter

This commit is contained in:
Andrew Dolgov
2012-09-03 13:13:16 +04:00
parent 4f79e9aa65
commit 9299102f43

View File

@@ -2015,7 +2015,7 @@
}
function getFeedIcon($id, $cat) {
function getFeedIcon($id) {
switch ($id) {
case 0:
return "images/archive.png";