Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 23, 2017
1 parent c437efd commit d7b9e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Datasource/CakeSession.php
Expand Up @@ -538,7 +538,7 @@ protected static function _configureSession() {
$sessionConfig['cookieTimeout'] = $sessionConfig['timeout'];
}
if (isset($sessionConfig['useForwardsCompatibleTimeout']) && $sessionConfig['useForwardsCompatibleTimeout']) {
static::$_useForwardsCompatibleTimeout = true;
static::$_useForwardsCompatibleTimeout = true;
}

if (!isset($sessionConfig['ini']['session.cookie_lifetime'])) {
Expand Down

0 comments on commit d7b9e55

Please sign in to comment.