Skip to content

Commit

Permalink
// Just to be sure that we will not have any regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Metzger committed Jun 13, 2013
1 parent 534c105 commit be0d6f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install-dev/classes/session.php
Expand Up @@ -48,8 +48,7 @@ public function __construct()
InstallSession::$_cookie_mode = true;
InstallSession::$_cookie = new Cookie('ps_install', null, time() + 7200, null, true);
}
else
$_SESSION['session_mode'] = 'session';
$_SESSION['session_mode'] = 'session';
}

public function clean()
Expand Down

0 comments on commit be0d6f1

Please sign in to comment.