1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

fix backend sanity failure

This commit is contained in:
Andrew Dolgov
2005-12-30 17:10:15 +01:00
parent 65f28a40cf
commit 57d7223aee
+1 -1
View File
@@ -748,7 +748,7 @@
} }
if ($subop == "sanityCheck") { if ($subop == "sanityCheck") {
sanity_check(); sanity_check($link);
} }
if ($subop == "globalPurge") { if ($subop == "globalPurge") {