mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
digestSend op: fix typo
This commit is contained in:
+1
-1
@@ -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");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user