mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 20:31:28 +00:00
display article labels in headlines buffer
This commit is contained in:
@@ -457,17 +457,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
print "<rpc-reply><counters>";
|
||||
|
||||
if ($label) {
|
||||
getGlobalCounters($link);
|
||||
getLabelCounters($link);
|
||||
if (get_pref($link, 'ENABLE_FEED_CATS')) {
|
||||
getCategoryCounters($link);
|
||||
}
|
||||
}
|
||||
|
||||
print "</counters></rpc-reply>";
|
||||
print "<rpc-reply>OK</rpc-reply>";
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user