summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-07 15:34:20 +0400
committerAndrew Dolgov <[email protected]>2013-05-07 15:34:20 +0400
commit23923fb29b345c1eea5b70a6df4d30395425bf37 (patch)
treeb4891678434f6ad23ebe3d8d694431a058829341 /include/functions.php
parentd29357fa0267fd78794511e234d8278c89a6464e (diff)
subscribe_to_feed: use already fetched data when updating initially
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
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);