From d472343555257d59c957afd6d5a7339d70bf4f77 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 30 Dec 2004 00:21:11 +0000 Subject: [PATCH] mother/child distinction is too close to isParent --- lib/WebGUI/Asset/Wobject/Navigation.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/Navigation.pm b/lib/WebGUI/Asset/Wobject/Navigation.pm index 7f827727e..ed949f62e 100644 --- a/lib/WebGUI/Asset/Wobject/Navigation.pm +++ b/lib/WebGUI/Asset/Wobject/Navigation.pm @@ -318,7 +318,7 @@ sub view { push(@{$pageData->{"page.depthDiff_loop"}},{}) for(1..$depthDiff); } $absoluteDepthOfLastPage = $pageData->{"page.absDepth"}; - $pageData->{"page.isMother"} = $asset->hasChildren; + $pageData->{"page.hasChild"} = $asset->hasChildren; my $parent = $self->getParent; if (defined $parent) { foreach my $property (@interestingProperties) {