From 8bfebd64fb36d1ac889c27fcb7930134c4483022 Mon Sep 17 00:00:00 2001 From: Costa Caruso Date: Thu, 3 Jul 2014 15:45:03 -0400 Subject: [PATCH] Fix for failing test "Whitespace found at end of line" --- lib/Cake/Network/CakeResponse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();