]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
fix parse error
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sun, 20 Sep 2009 07:44:26 +0000 (07:44 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sun, 20 Sep 2009 07:44:26 +0000 (07:44 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@351 b3834d28-1941-0410-a4f8-b48e95affb8f

services/userservice.php

index a2cc2da10d61184c882e596415c631b6f3ee1164..512204c00a32e64155e73c51d0dde5bda7d608cf 100644 (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;