From: Andrew Dolgov Date: Wed, 3 Nov 2010 19:09:50 +0000 (+0300) Subject: api: updateArticle: mention need to update ccache X-Git-Tag: 1.5.0~421 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=48317f5abb9cfc5bd34879f2dc465e82746da7d6;p=tt-rss.git api: updateArticle: mention need to update ccache --- diff --git a/api/index.php b/api/index.php index 4fbf296e..0dae178e 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;