mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
fix not logged in error handling from viewfeed/article calls
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
if (!($_SESSION["uid"] && validate_session($link)) && $op != "globalUpdateFeeds"
|
||||
&& $op != "rss" && $op != "getUnread") {
|
||||
|
||||
if ($op == "rpc") {
|
||||
if ($op == "rpc" || $op == "viewfeed" || $op == "view") {
|
||||
print_error_xml(6); die;
|
||||
} else {
|
||||
print "
|
||||
|
||||
Reference in New Issue
Block a user