From de734110dc170b3f883cc5635fe32e911ab4ee57 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 17 Feb 2005 03:59:34 +0000 Subject: [PATCH] bug fix --- docs/upgrades/upgrade_6.2.11-6.3.0.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrades/upgrade_6.2.11-6.3.0.pl b/docs/upgrades/upgrade_6.2.11-6.3.0.pl index 0ce585921..4b35bdaab 100644 --- a/docs/upgrades/upgrade_6.2.11-6.3.0.pl +++ b/docs/upgrades/upgrade_6.2.11-6.3.0.pl @@ -453,7 +453,7 @@ WebGUI::SQL->setRow("Navigation","assetId",{ assetId=>$collateralRootId, templateId=>"PBtmpl0000000000000078" },undef,$collateralRootId); -my %folderCache = ('0'=>$collateralRootId); +my %folderCache = ('0'=>{id=>$collateralRootId,lineage=>$collateralRootLineage}); my %folderNameCache; my $collateralRankCounter = 1; my $sth = WebGUI::SQL->read("select * from collateralFolder where collateralFolderId <> '0'");