// Just to be sure that we will not have any regression

This commit is contained in:
Damien Metzger
2013-06-13 15:35:17 +02:00
parent 534c10562f
commit be0d6f1c6c
+1 -2
View File
@@ -48,8 +48,7 @@ class InstallSession
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()