bug fix
This commit is contained in:
parent
877c8e1afa
commit
de734110dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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'");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue