diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-03 22:09:50 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-03 22:09:50 +0300 |
| commit | 48317f5abb9cfc5bd34879f2dc465e82746da7d6 (patch) | |
| tree | 0532e4091c4b5a4de41ba4cf120aecceec3f441e /api/index.php | |
| parent | 1f8c187de33bd225161958080d8a49c006dc8303 (diff) | |
api: updateArticle: mention need to update ccache
Diffstat (limited to 'api/index.php')
| -rw-r--r-- | api/index.php | 2 |
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; |