digestSend op: fix typo
This commit is contained in:
parent
b96c7b2209
commit
4803eed2b9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
print_error_xml(9, $err_msg); die;
|
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"]) {
|
$op == "globalUpdateFeeds") && !$_REQUEST["noxml"]) {
|
||||||
header("Content-Type: application/xml");
|
header("Content-Type: application/xml");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue