fix previous patch

This commit is contained in:
Andrew Dolgov 2005-12-22 13:53:28 +01:00
parent 6043fb7e20
commit b2804af7e0
1 changed files with 2 additions and 2 deletions

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