1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-29 10:51:28 +00:00

digestSend op: fix typo

This commit is contained in:
Andrew Dolgov
2006-08-21 08:56:17 +01:00
parent b96c7b2209
commit 4803eed2b9

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");
}