mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 22:11:48 +00:00
fix display of site url in viewfeed mode
This commit is contained in:
@@ -785,6 +785,8 @@
|
|||||||
|
|
||||||
$result = $qfh_ret[0];
|
$result = $qfh_ret[0];
|
||||||
$feed_title = $qfh_ret[1];
|
$feed_title = $qfh_ret[1];
|
||||||
|
$feed_site_url = $qfh_ret[2];
|
||||||
|
$last_error = $qfh_ret[3];
|
||||||
|
|
||||||
/// STOP //////////////////////////////////////////////////////////////////////////////////
|
/// STOP //////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|||||||
@@ -1990,7 +1990,7 @@
|
|||||||
$limit_query_part");
|
$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