mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
remove config option SMART_RPC_COUNTERS
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
|
||||
if (authenticate_user($link, $login, $pass)) {
|
||||
|
||||
$counters = getLabelCounters($link, false, true);
|
||||
$counters = getLabelCounters($link, true);
|
||||
|
||||
foreach (array_keys($counters) as $id) {
|
||||
$line_struct = new xmlrpcval(
|
||||
|
||||
Reference in New Issue
Block a user