mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-21 16:55:26 +00:00
fix date parsing in feeds
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
if ($op == "feeds") {
|
||||
|
||||
if ($fetch) update_all_feeds($link);
|
||||
if ($fetch) update_all_feeds($link, $fetch);
|
||||
|
||||
$result = pg_query("SELECT *,
|
||||
(SELECT count(id) FROM ttrss_entries
|
||||
|
||||
Reference in New Issue
Block a user