diff --git a/lib/WebGUI/Asset/Wobject/Survey.pm b/lib/WebGUI/Asset/Wobject/Survey.pm index 0f2611c47..da7284ee0 100644 --- a/lib/WebGUI/Asset/Wobject/Survey.pm +++ b/lib/WebGUI/Asset/Wobject/Survey.pm @@ -891,7 +891,8 @@ $self->session->errorHandler->warn("2-2 with $responseId"); }else{ $self->session->errorHandler->warn("2-3"); $self->setCurrentSection($responseId,$currentSection); - return $self->www_loadQuestions($responseId); +# return $self->www_loadQuestions($responseId); + return $self->www_loadQuestions(); # $section = $self->getSpecificSection($currentSection); # $questions = $self->getQuestionsAndAnswers($responseId,$section); }