summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-17 20:08:23 +0300
committerAndrew Dolgov <[email protected]>2010-01-17 20:08:23 +0300
commitbe35798b84993383f7bc8e1489bc9d78e223af18 (patch)
tree1d3b6508f977ea50d6e61a6dfc3c255a656e97af /viewfeed.js
parent1222c3ecba5eb7733bdc9c2aaf993bdbcd1a1e68 (diff)
add get_article_enclosures(); initial support for memcached
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 5421ebd88..15bbe9aec 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -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) {