summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-20 01:31:20 +0300
committerAndrew Dolgov <[email protected]>2010-11-20 01:31:20 +0300
commitcd1bb36d5bd2d86c06770598df19317348a05ed0 (patch)
tree31021e954823ae1e2660939bb406659acf319203 /functions.php
parented7f0ecd3722f7db259033c4aa676469bdbd37f5 (diff)
startup speed improvements
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
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;