fix: Calendar Event Details template now uses dateSpan friendly variable

This commit is contained in:
Doug Bell 2007-02-01 21:27:31 +00:00
parent 42d489fa39
commit 16ad4f3f16
4 changed files with 222 additions and 22 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);
}