Skip to content

Commit

Permalink
Fix for failing test "Whitespace found at end of line"
Browse files Browse the repository at this point in the history
  • Loading branch information
Costa Caruso committed Jul 3, 2014
1 parent 4f559f5 commit 8bfebd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Network/CakeResponse.php
Expand Up @@ -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();
Expand Down

0 comments on commit 8bfebd6

Please sign in to comment.