Fixed typo that was preventing Templates from populating drop down list on edit poll screen.

This commit is contained in:
Roy Johnson 2005-06-08 17:40:14 +00:00
parent dbec3ad31d
commit 3902137184

View file

@ -171,8 +171,8 @@ sub getEditForm {
my $tabform = $self->SUPER::getEditForm;
$tabform->getTab("display")->template(
-value=>$self->getValue('templateId'),
-namespace=>"Poll"
-label=>WebGUI::International::get(73,"Asset_Poll"),
-namespace=>"Poll",
-label=>WebGUI::International::get(73,"Asset_Poll")
);
my ($i, $answers);
for ($i=1; $i<=20; $i++) {