From 5e1124d01dc287b5cba7ab067f75758baf8dc458 Mon Sep 17 00:00:00 2001 From: Kaleb Murphy Date: Tue, 22 Apr 2008 15:59:35 +0000 Subject: [PATCH] Next Question Bug fixed --- lib/WebGUI/Asset/Wobject/Survey.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); }