summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-22 13:53:28 +0100
committerAndrew Dolgov <[email protected]>2005-12-22 13:53:28 +0100
commitb2804af7e02335047152a60b717cdb095c711bb3 (patch)
treeb7a4402be5b1d39b925b960cfc7eed49e802b309 /backend.php
parent6043fb7e201b85e6677680f33660d53abfac1756 (diff)
fix previous patch
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 31595230d..07f3ff17a 100644
--- a/backend.php
+++ b/backend.php
@@ -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);