Skip to content

Commit

Permalink
Dev: comment on setMoveResult
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Nov 21, 2016
1 parent 26b204f commit 2a07b76
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions application/helpers/SurveyRuntimeHelper.php
Expand Up @@ -907,17 +907,20 @@ private function checkPrevStep()
}
}

/**
* Set the moveResult variable
*/
private function setMoveResult()
{

// retrieve datas from local variable
$thissurvey = $this->thissurvey;
$surveyid = $this->surveyid;
$surveyMode = $this->surveyMode;
$surveyOptions = $this->surveyOptions;
$LEMdebugLevel = $this->LEMdebugLevel;
$LEMsessid = $this->LEMsessid;
$move = $this->move;
$thissurvey = $this->thissurvey;
$surveyid = $this->surveyid;
$surveyMode = $this->surveyMode;
$surveyOptions = $this->surveyOptions;
$LEMdebugLevel = $this->LEMdebugLevel;
$LEMsessid = $this->LEMsessid;
$move = $this->move;
$LEMskipReprocessing = $this->LEMskipReprocessing;

if (isset($_SESSION[$LEMsessid]['LEMtokenResume'])){
Expand Down

0 comments on commit 2a07b76

Please sign in to comment.