diff --git a/application/helpers/SurveyRuntimeHelper.php b/application/helpers/SurveyRuntimeHelper.php index a61c9899df7..3c53a9c00f1 100644 --- a/application/helpers/SurveyRuntimeHelper.php +++ b/application/helpers/SurveyRuntimeHelper.php @@ -755,7 +755,7 @@ private function checkQuotas() } /* quota submitted */ if ($this->sMove == 'returnfromquota') { - LimeExpressionManager::JumpTo($this->param->thisstep); + LimeExpressionManager::JumpTo($this->param['thisstep']); } }