oops; wrong loop!

This commit is contained in:
Matthew Wilson 2006-04-17 09:53:29 +00:00
parent faae4c79c2
commit fc415495fd

View file

@ -1257,7 +1257,7 @@ sub verifyPrerequisitesForm {
foreach (@$scratchCart) {
my $details = $self->getEventDetails($_);
push(@$missingEventMessageLoop, {
push(@$allPrereqsLoop, {
'form.checkBox' => WebGUI::Form::checkbox($self->session, {
value => 1,
checked => 1,