1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 18:25:55 +00:00

feedtree: don't request null icon

This commit is contained in:
Andrew Dolgov
2013-04-17 09:09:51 +04:00
parent 5e6f0145c8
commit 89473cb5c6
2 changed files with 3 additions and 1 deletions

View File

@@ -1851,6 +1851,8 @@
}
break;
}
return false;
}
function getFeedTitle($link, $id, $cat = false) {