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:
parent
c37ee2e49d
commit
e47f52ef31
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ class UserService {
|
||||||
*/
|
*/
|
||||||
function updateSessionStability() {
|
function updateSessionStability() {
|
||||||
//find out if we have cookies enabled
|
//find out if we have cookies enabled
|
||||||
if (!isset($_SESSION['sessionStable']))) {
|
if (!isset($_SESSION['sessionStable'])) {
|
||||||
$_SESSION['sessionStable'] = 0;
|
$_SESSION['sessionStable'] = 0;
|
||||||
} else {
|
} else {
|
||||||
$_SESSION['sessionStable'] = 1;
|
$_SESSION['sessionStable'] = 1;
|
||||||
|
|
Loading…
Reference in a new issue