From 35cc35302674e61cdfca7e2c683d0a4d17e9d87d Mon Sep 17 00:00:00 2001 From: Roy Johnson Date: Sat, 4 Jun 2005 21:44:15 +0000 Subject: [PATCH] fix [ 1213524 ] Survey.pm: unable to edit answers --- lib/WebGUI/Asset/Wobject/Survey.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/WebGUI/Asset/Wobject/Survey.pm b/lib/WebGUI/Asset/Wobject/Survey.pm index 2e7033b1b..fbda6ad59 100644 --- a/lib/WebGUI/Asset/Wobject/Survey.pm +++ b/lib/WebGUI/Asset/Wobject/Survey.pm @@ -841,10 +841,8 @@ sub www_editQuestion { } $sth->finish; } - $self->getAdminConsole->setHelp("question add/edit","Survey"); - return $self->getAdminConsole->render($f->print, WebGUI::International::get(17,'Asset_Survey')); - + return $self->getAdminConsole->render($output, WebGUI::International::get(17,'Asset_Survey')); } #-------------------------------------------------------------------