From 48317f5abb9cfc5bd34879f2dc465e82746da7d6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 3 Nov 2010 22:09:50 +0300 Subject: api: updateArticle: mention need to update ccache --- api/index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api') 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; -- cgit v1.2.3