From fcc8e93970fb2c5466b321b5e6c627ec04b4b04d Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Thu, 25 Aug 2005 14:09:24 +0000 Subject: [PATCH] *** empty log message *** --- lib/WebGUI/Asset/Wobject/Navigation.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Asset/Wobject/Navigation.pm b/lib/WebGUI/Asset/Wobject/Navigation.pm index 75b4f29f1..3bab005f0 100644 --- a/lib/WebGUI/Asset/Wobject/Navigation.pm +++ b/lib/WebGUI/Asset/Wobject/Navigation.pm @@ -317,8 +317,8 @@ sub view { } elsif ($self->get("startType") eq "relativeToCurrentUrl") { if ($self->get("startPoint") < 0) { $start = WebGUI::Asset->newByLineage(substr($current->get("lineage"),0, - ($current->getLineageLength - $self->get("startPoint") + 1) * 6)) - if (($current->getLineageLength - $self->get("startPoint") + 1) * 6); + ($current->getLineageLength - $self->get("startPoint") + 1) * 6 + )); } elsif ($self->get("startPoint") > 0) { my $lineage = $current->get("lineage"); for (1..$self->get("startPoint")) {