- 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

@ -15,7 +15,7 @@
- fix [ 1168084 ] file uploads don't work.
- fix [ 1167720 ] Folder::view() subfolder_loop - missing.. [mwilson]
- fix [ 1169379 ] eventscalendar wobjects have wrong scope after upgrade
- fix [ 1168812 ] navigation sometimes fails to use correct... [mwilson]
6.5.3
- Sorted templates into folders named after their respective namespaces

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);