diff options
Diffstat (limited to 'modules/archive.module')
-rw-r--r-- | modules/archive.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/archive.module b/modules/archive.module index b69d4feb1..c29546da3 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:$first", $output, time() + variable_get("cache_clear", 120)); + cache_set("archive:calendar:$start_of_month", $output, time() + variable_get("cache_clear", 120)); return $output; } |