fix previous patch
This commit is contained in:
parent
6043fb7e20
commit
b2804af7e0
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue