diff --git a/includes/common.inc b/includes/common.inc index a969a311d3d..f6f006c19d7 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -2714,7 +2714,7 @@ function page_set_cache() { // This will fail in some cases, see page_get_cache() for the explanation. if ($data = ob_get_contents()) { ob_end_clean(); - $cache_lifetime = variable_get('page_cache_lifetime', 0); + $cache_lifetime = variable_get('cache_lifetime', 0); if (variable_get('page_compression', TRUE) && extension_loaded('zlib')) { $data = gzencode($data, 9, FORCE_GZIP);