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

Revert "subscribe_to_feed: use already fetched data when updating initially"

This reverts commit 23923fb29b.
This commit is contained in:
Andrew Dolgov
2013-05-08 19:22:33 +04:00
parent 74a8b2f6f1
commit fd687300bf
2 changed files with 46 additions and 47 deletions

View File

@@ -1661,7 +1661,7 @@
$feed_id = db_fetch_result($result, 0, "id");
if ($feed_id) {
update_rss_feed($feed_id, false, false, false, $contents);
update_rss_feed($feed_id, true);
}
return array("code" => 1);