]> git.wh0rd.org - tt-rss.git/commitdiff
fix backend sanity failure
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 30 Dec 2005 16:10:15 +0000 (17:10 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 30 Dec 2005 16:10:15 +0000 (17:10 +0100)
backend.php

index 775c17c39b281f84790f6225810af2ca4ec0d0a4..e4dd4fea1662bdaabd1f191613e94d9139990e74 100644 (file)
                }
 
                if ($subop == "sanityCheck") {
-                       sanity_check();
+                       sanity_check($link);
                }
 
                if ($subop == "globalPurge") {