]> git.wh0rd.org Git - tt-rss.git/commitdiff
fix previous patch
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 22 Dec 2005 12:53:28 +0000 (13:53 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 22 Dec 2005 12:53:28 +0000 (13:53 +0100)
backend.php

index 31595230d35ccfce7163d3777906beb3664d04d9..07f3ff17a57c1b78440e75aed50f483837feb248 100644 (file)
                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);