mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 23:01:29 +00:00
fix backend sanity failure (take 2)
This commit is contained in:
@@ -748,7 +748,9 @@
|
||||
}
|
||||
|
||||
if ($subop == "sanityCheck") {
|
||||
sanity_check($link);
|
||||
if (sanity_check($link)) {
|
||||
print "<error error-code=\"0\"/>";
|
||||
}
|
||||
}
|
||||
|
||||
if ($subop == "globalPurge") {
|
||||
|
||||
Reference in New Issue
Block a user