s/descendent/descendant/msg when calling getLineage
This commit is contained in:
parent
b97caae3c8
commit
f8c0cb1041
7 changed files with 9 additions and 7 deletions
|
|
@ -371,7 +371,7 @@ sub duplicate {
|
|||
my $newCalendar = $self->SUPER::duplicate(@_);
|
||||
|
||||
# Duplicate the events in this calendar
|
||||
my $events = $self->getLineage(["descendents"], {
|
||||
my $events = $self->getLineage(["descendants"], {
|
||||
returnObjects => 1,
|
||||
includeOnlyClasses => ['WebGUI::Asset::Event'],
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue