fix parse error

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@351 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
cweiske 2009-09-20 07:44:26 +00:00
parent c37ee2e49d
commit e47f52ef31

View file

@ -520,7 +520,7 @@ class UserService {
*/
function updateSessionStability() {
//find out if we have cookies enabled
if (!isset($_SESSION['sessionStable']))) {
if (!isset($_SESSION['sessionStable'])) {
$_SESSION['sessionStable'] = 0;
} else {
$_SESSION['sessionStable'] = 1;