From cd4549b12ad81e62b542d068a35ce6befbc6545b Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Sat, 5 Mar 2005 04:34:02 +0000 Subject: [PATCH] finishing a line of documentation I forgot to finish earlier. --- lib/WebGUI/Asset.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index b839faf9d..d216bacb0 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -1137,7 +1137,7 @@ Returns an array reference of lineages of relatives based upon rules. =head3 relatives -An array reference of relatives to retrieve. Valid parameters are "siblings", "children", "ancestors", "self", "descendants", "pedigree". If you want to retrieve all assets in the tree, use getRoot->getLineage( +An array reference of relatives to retrieve. Valid parameters are "siblings", "children", "ancestors", "self", "descendants", "pedigree". If you want to retrieve all assets in the tree, use getRoot->getLineage(["self","descendants"],{returnObjects=>1}); =head3 rules