mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 06:45:56 +00:00
improve status reporting for linked feeds
This commit is contained in:
@@ -5124,6 +5124,12 @@
|
||||
if ($feeds) {
|
||||
if ($feeds['error']) {
|
||||
$status = $feeds['error']['code'] + 10;
|
||||
|
||||
// access denied
|
||||
if ($status == 16) {
|
||||
db_query($link, "DELETE FROM ttrss_linked_feeds
|
||||
WHERE instance_id = '$id'");
|
||||
}
|
||||
} else {
|
||||
$status = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user