mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-16 04:39:15 +00:00
fix previous patch
This commit is contained in:
@@ -53,12 +53,12 @@
|
||||
pg_query("set client_encoding = 'utf-8'");
|
||||
}
|
||||
|
||||
if (!sanity_check($link)) { return; }
|
||||
|
||||
$fetch = $_GET["fetch"];
|
||||
|
||||
setcookie("ttrss_icons_url", ICONS_URL);
|
||||
|
||||
if (!sanity_check($link)) { return; }
|
||||
|
||||
function getAllCounters($link) {
|
||||
getLabelCounters($link);
|
||||
getFeedCounters($link);
|
||||
|
||||
Reference in New Issue
Block a user