1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 17:11:28 +00:00

startup speed improvements

This commit is contained in:
Andrew Dolgov
2010-11-20 01:31:20 +03:00
parent ed7f0ecd37
commit cd1bb36d5b
3 changed files with 4 additions and 3 deletions

View File

@@ -7033,7 +7033,7 @@
if (!$title)
$title = getFeedTitle($link, $feed_id, false);
if (!$unread)
if ($unread === false)
$unread = getFeedUnread($link, $feed_id, false);
$obj['id'] = 'FEED:' . $feed_id;