Skip to content

Commit

Permalink
Dev: Reset to check agains array instead of object
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Jul 30, 2018
1 parent c493d34 commit ae596c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/SurveyRuntimeHelper.php
Expand Up @@ -755,7 +755,7 @@ private function checkQuotas()
}
/* quota submitted */
if ($this->sMove == 'returnfromquota') {
LimeExpressionManager::JumpTo($this->param->thisstep);
LimeExpressionManager::JumpTo($this->param['thisstep']);
}
}

Expand Down

0 comments on commit ae596c1

Please sign in to comment.