summaryrefslogtreecommitdiff
path: root/modules/archive.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/archive.module')
-rw-r--r--modules/archive.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/archive.module b/modules/archive.module
index 3f2255357..8fbfe6dab 100644
--- a/modules/archive.module
+++ b/modules/archive.module
@@ -150,7 +150,7 @@ function archive_calendar($original = 0) {
$output .= "</table></div>\n\n";
- cache_set("archive:calendar:$start_of_month", $output, time() + variable_get("cache_clear", 120));
+ cache_set("archive:calendar:$start_of_month", $output, 1);
return $output;
}