summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 8d97d2ea8..309ea2ff0 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -745,7 +745,7 @@ function page_set_cache() {
if (!$user->uid && $_SERVER["REQUEST_METHOD"] == "GET") {
if ($data = ob_get_contents()) {
- cache_set(request_uri(), $data, (time() + variable_get("cache_clear", 120)));
+ cache_set(request_uri(), $data, 1);
}
}
}