]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions.php
subscribe_to_feed: use already fetched data when updating initially
[tt-rss.git] / include / functions.php
index 414196e9c7d9a6530adc2677c4c4b419f6be556a..e3e113786b82430f20c4aefdd06deef43d397c46 100644 (file)
                        $feed_id = db_fetch_result($result, 0, "id");
 
                        if ($feed_id) {
-                               update_rss_feed($feed_id, true);
+                               update_rss_feed($feed_id, false, false, false, $contents);
                        }
 
                        return array("code" => 1);