api: updateArticle: mention need to update ccache

This commit is contained in:
Andrew Dolgov 2010-11-03 22:09:50 +03:00
parent 1f8c187de3
commit 48317f5abb
1 changed files with 2 additions and 0 deletions

View File

@ -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;