fix broken feed counter updates

master
Andrew Dolgov 19 years ago
parent d1f948d119
commit 9cab3250d6

@ -308,7 +308,7 @@ if (!xmlhttp_rpc && typeof XMLHttpRequest!='undefined') {
function label_counters_callback() {
if (xmlhttp_rpc.readyState == 4) {
if (!xmlhttp.responseXML) {
if (!xmlhttp_rpc.responseXML) {
notify("label_counters_callback: backend did not return valid XML");
return;
}

Loading…
Cancel
Save