lots o fixes

This commit is contained in:
Matthew Wilson 2006-01-21 19:00:27 +00:00
parent 81a26c6d18
commit fa5439b099
16 changed files with 77 additions and 75 deletions

View file

@ -139,7 +139,7 @@ sub toHtml {
}
$options{$type} = $class->getName($self->session);
}
$self->get('options') = \%options;
$self->set('options',\%options);
return $self->SUPER::toHtml();
}