fix [ 1213524 ] Survey.pm: unable to edit answers

This commit is contained in:
Roy Johnson 2005-06-04 21:44:15 +00:00
parent 8f7c3479d9
commit 35cc353026

View file

@ -841,10 +841,8 @@ sub www_editQuestion {
} }
$sth->finish; $sth->finish;
} }
$self->getAdminConsole->setHelp("question add/edit","Survey"); $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'));
} }
#------------------------------------------------------------------- #-------------------------------------------------------------------