summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/index.php b/api/index.php
index 4fbf296e7..0dae178e4 100644
--- a/api/index.php
+++ b/api/index.php
@@ -270,6 +270,8 @@
$result = db_query($link, "UPDATE ttrss_user_entries SET $field = $set_to
WHERE ref_id IN ($article_ids) AND owner_uid = " . $_SESSION["uid"]);
}
+
+ // FIXME: find out which feeds reference this article id and do ccache_update() on them
}
break;