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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user