mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 17:35:57 +00:00
getVirtCounters: remove description
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user