From cd1bb36d5bd2d86c06770598df19317348a05ed0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 20 Nov 2010 01:31:20 +0300 Subject: startup speed improvements --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 1778479ad..fe42ea43b 100644 --- a/functions.php +++ b/functions.php @@ -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; -- cgit v1.2.3