mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:35:56 +00:00
fix error feed (i.e. when requested feed no longer exists) not display properly
This commit is contained in:
@@ -991,7 +991,7 @@ class Feeds extends Handler_Protected {
|
||||
private function generate_error_feed($error) {
|
||||
$reply = array();
|
||||
|
||||
$reply['headlines']['id'] = -6;
|
||||
$reply['headlines']['id'] = -7;
|
||||
$reply['headlines']['is_cat'] = false;
|
||||
|
||||
$reply['headlines']['toolbar'] = '';
|
||||
|
||||
Reference in New Issue
Block a user