]> git.wh0rd.org - tt-rss.git/blobdiff - backend.php
weird magpie Atom parse workaround, feed is always updated when added (to get title...
[tt-rss.git] / backend.php
index 194d8ccd601852ae0ee09c5a3597da821e460c75..bcb1d5d5b1c66375906817390532104cbd7cae0b 100644 (file)
                                        $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 {