diff --git a/lib/Cake/Network/CakeResponse.php b/lib/Cake/Network/CakeResponse.php index 47d0e2e3cf8..ead5b77caa8 100644 --- a/lib/Cake/Network/CakeResponse.php +++ b/lib/Cake/Network/CakeResponse.php @@ -838,7 +838,7 @@ public function sharable($public = null, $time = null) { $this->_cacheDirectives['private'] = true; unset($this->_cacheDirectives['public']); } - + $this->maxAge($time); if (!$time) { $this->_setCacheControl();