1
0
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:
Andrew Dolgov
2005-12-22 13:53:28 +01:00
parent 6043fb7e20
commit b2804af7e0

View File

@@ -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);