1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 13:51:28 +00:00

weird magpie Atom parse workaround, feed is always updated when added (to get title, etc.) even if DAEMON_REFRESH_ONLY is set

This commit is contained in:
Andrew Dolgov
2005-11-27 19:31:20 +01:00
parent bd34c52822
commit ddb68b812c
2 changed files with 14 additions and 5 deletions

View File

@@ -1219,7 +1219,7 @@
$feed_id = db_fetch_result($result, 0, "id");
if ($feed_id) {
update_rss_feed($link, $feed_link, $feed_id);
update_rss_feed($link, $feed_link, $feed_id, true);
}
} else {