From 200e01efca8a88844882f4e6fb9fe7c5f1bb2370 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 30 Dec 2004 00:16:09 +0000 Subject: [PATCH] change nomenclature from hasChild to isMother to be consistent --- 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 ed949f62e..7f827727e 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.hasChild"} = $asset->hasChildren; + $pageData->{"page.isMother"} = $asset->hasChildren; my $parent = $self->getParent; if (defined $parent) { foreach my $property (@interestingProperties) {