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