summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
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 0d4c8ed09..edc196f31 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1743,7 +1743,7 @@
$feed_id = db_fetch_result($result, 0, "id");
if ($feed_id) {
- update_rss_feed($feed_id, true);
+ set_basic_feed_info($feed_id);
}
return array("code" => 1);