mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-29 10:47:12 +00:00
reenable cache_inject
This commit is contained in:
@@ -1718,8 +1718,6 @@ 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