mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Fix for failing test "Whitespace found at end of line"
This commit is contained in:
parent
4f559f5cc9
commit
8bfebd64fb
1 changed files with 1 additions and 1 deletions
|
@ -838,7 +838,7 @@ class CakeResponse {
|
|||
$this->_cacheDirectives['private'] = true;
|
||||
unset($this->_cacheDirectives['public']);
|
||||
}
|
||||
|
||||
|
||||
$this->maxAge($time);
|
||||
if (!$time) {
|
||||
$this->_setCacheControl();
|
||||
|
|
Loading…
Add table
Reference in a new issue