fix previous patch
This commit is contained in:
parent
6043fb7e20
commit
b2804af7e0
|
@ -53,12 +53,12 @@
|
||||||
pg_query("set client_encoding = 'utf-8'");
|
pg_query("set client_encoding = 'utf-8'");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!sanity_check($link)) { return; }
|
|
||||||
|
|
||||||
$fetch = $_GET["fetch"];
|
$fetch = $_GET["fetch"];
|
||||||
|
|
||||||
setcookie("ttrss_icons_url", ICONS_URL);
|
setcookie("ttrss_icons_url", ICONS_URL);
|
||||||
|
|
||||||
|
if (!sanity_check($link)) { return; }
|
||||||
|
|
||||||
function getAllCounters($link) {
|
function getAllCounters($link) {
|
||||||
getLabelCounters($link);
|
getLabelCounters($link);
|
||||||
getFeedCounters($link);
|
getFeedCounters($link);
|
||||||
|
|
Loading…
Reference in New Issue