fix backend sanity failure (take 2)

master
Andrew Dolgov 19 years ago
parent 57d7223aee
commit bc2369382c

@ -748,7 +748,9 @@
}
if ($subop == "sanityCheck") {
sanity_check($link);
if (sanity_check($link)) {
print "<error error-code=\"0\"/>";
}
}
if ($subop == "globalPurge") {

@ -112,6 +112,8 @@ function backend_sanity_check_callback() {
try {
alert(xmlhttp.responseText);
if (!xmlhttp.responseXML) {
fatalError(3);
return;

Loading…
Cancel
Save