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:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user