From 23923fb29b345c1eea5b70a6df4d30395425bf37 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 7 May 2013 15:34:20 +0400 Subject: subscribe_to_feed: use already fetched data when updating initially --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 414196e9c..e3e113786 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1661,7 +1661,7 @@ $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); -- cgit v1.2.3