diff options
Diffstat (limited to 'modules/archive/archive.module')
-rw-r--r-- | modules/archive/archive.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/archive/archive.module b/modules/archive/archive.module index 2e6a78654..21047dae7 100644 --- a/modules/archive/archive.module +++ b/modules/archive/archive.module @@ -169,7 +169,7 @@ function archive_calendar($original = 0) { $output .= "</table></div>\n\n"; - cache_set("archive:calendar:$day-$month-$year", $output, 1); + cache_set("archive:calendar:$day-$month-$year", $output, CACHE_TEMPORARY); return $output; } |