summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index caa95e628..e39a04ca4 100644
--- a/functions.php
+++ b/functions.php
@@ -2810,8 +2810,7 @@
$count = getFeedUnread($link, $i);
$cv = array("id" => $i,
- "counter" => $count,
- "description" => getFeedTitle($link, $i));
+ "counter" => $count);
if (get_pref($link, 'EXTENDED_FEEDLIST'))
$cv["xmsg"] = getFeedArticles($link, $i)." ".__("total");