mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-08 15:11:22 +02:00
getVirtCounters: remove description
This commit is contained in:
parent
1123270361
commit
2abc7af064
@ -2810,8 +2810,7 @@
|
|||||||
$count = getFeedUnread($link, $i);
|
$count = getFeedUnread($link, $i);
|
||||||
|
|
||||||
$cv = array("id" => $i,
|
$cv = array("id" => $i,
|
||||||
"counter" => $count,
|
"counter" => $count);
|
||||||
"description" => getFeedTitle($link, $i));
|
|
||||||
|
|
||||||
if (get_pref($link, 'EXTENDED_FEEDLIST'))
|
if (get_pref($link, 'EXTENDED_FEEDLIST'))
|
||||||
$cv["xmsg"] = getFeedArticles($link, $i)." ".__("total");
|
$cv["xmsg"] = getFeedArticles($link, $i)." ".__("total");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user