fix: Event not reapplying all-day radio button after error

This commit is contained in:
Doug Bell 2007-02-01 22:51:35 +00:00
parent 426ffce9e3
commit d0c37ba736
3 changed files with 24 additions and 18 deletions

View file

@ -258,7 +258,7 @@ sub addChild {
$self->session->errorHandler->security("add a ".$properties->{className}." to a ".$self->get("className"));
return undef;
}
use Carp qw(cluck); use Data::Dumper; cluck Dumper $self;
return $self->SUPER::addChild($properties, @other);
}