1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 17:51:27 +00:00

add get_article_enclosures(); initial support for memcached

This commit is contained in:
Andrew Dolgov
2010-01-17 20:08:23 +03:00
parent 1222c3ecba
commit be35798b84
2 changed files with 44 additions and 5 deletions

View File

@@ -1718,7 +1718,8 @@ function cache_inject(id, article, param) {
try {
if (!cache_check_param(id, param)) {
debug("cache_article: miss: " + id + " [p=" + param + "]");
return;
if (db) {