summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-08 19:22:33 +0400
committerAndrew Dolgov <[email protected]>2013-05-08 19:22:33 +0400
commitfd687300bff82e75425600dc4964795d48fb7f94 (patch)
treeafbeaf9b8ee000adc0a0eaf90a5914f3a68acfff /include/functions.php
parent74a8b2f6f1cd8d6c0556fbf11898ca8437e14816 (diff)
Revert "subscribe_to_feed: use already fetched data when updating initially"
This reverts commit 23923fb29b345c1eea5b70a6df4d30395425bf37.
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 8c8cf9013..48bb39d28 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, false, false, false, $contents);
+ update_rss_feed($feed_id, true);
}
return array("code" => 1);