1
0
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:
Andrew Dolgov
2006-06-22 06:35:29 +01:00
parent bbf3ba8d0d
commit c7188969dd
2 changed files with 3 additions and 1 deletions

View File

@@ -1990,7 +1990,7 @@
$limit_query_part");
}
return array($result, $feed_title);
return array($result, $feed_title, $feed_site_url, $last_error);
}