fix broken feed counter updates

This commit is contained in:
Andrew Dolgov 2005-10-16 16:46:37 +01:00
parent d1f948d119
commit 9cab3250d6
2 changed files with 2 additions and 2 deletions

View File

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