Skip to content

Commit

Permalink
DEV: fixed missing ";"
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_ci@11150 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
maziminke committed Oct 13, 2011
1 parent b11617b commit 659e9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/survey.php
Expand Up @@ -893,7 +893,7 @@ function _saveSessionVars($surveyId, $bPreviewRight)
$saveSessionVars['loginID'] = $_SESSION['loginID'];
$saveSessionVars['user'] = $_SESSION['user'];

return $saveSessionVars
return $saveSessionVars;
}

function _destroyOldSession($sInitialSessionName, $sSessionHandler, $clang)
Expand Down

0 comments on commit 659e9ca

Please sign in to comment.