summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-03 22:09:50 +0300
committerAndrew Dolgov <[email protected]>2010-11-03 22:09:50 +0300
commit48317f5abb9cfc5bd34879f2dc465e82746da7d6 (patch)
tree0532e4091c4b5a4de41ba4cf120aecceec3f441e /api
parent1f8c187de33bd225161958080d8a49c006dc8303 (diff)
api: updateArticle: mention need to update ccache
Diffstat (limited to 'api')
-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;