mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 19:21:28 +00:00
fix display of site url in viewfeed mode
This commit is contained in:
@@ -1990,7 +1990,7 @@
|
||||
$limit_query_part");
|
||||
}
|
||||
|
||||
return array($result, $feed_title);
|
||||
return array($result, $feed_title, $feed_site_url, $last_error);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user