digestSend op: fix typo

This commit is contained in:
Andrew Dolgov 2006-08-21 08:56:17 +01:00
parent b96c7b2209
commit 4803eed2b9
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
print_error_xml(9, $err_msg); die;
}
if ((!$op || $op == "rpc" || $op == "rss" || $op == "digestSend"
if ((!$op || $op == "rpc" || $op == "rss" || $op == "digestSend" ||
$op == "globalUpdateFeeds") && !$_REQUEST["noxml"]) {
header("Content-Type: application/xml");
}