- fix [ 1168812 ] navigation sometimes fails to use correct... [mwilson]

This commit is contained in:
Matthew Wilson 2005-03-23 21:04:07 +00:00
parent a6e72eb707
commit 6b75fb67e6
2 changed files with 2 additions and 2 deletions

View file

@ -357,7 +357,7 @@ sub view {
}
$absoluteDepthOfLastPage = $pageData->{"page.absDepth"};
$pageData->{"page.hasChild"} = $asset->hasChildren;
my $parent = $self->getParent;
my $parent = $asset->getParent;
if (defined $parent) {
foreach my $property (@interestingProperties) {
$pageData->{"page.parent.".$property} = $parent->get($property);