fix a typo in the folder templating code that made titles get confused with menuTitles
This commit is contained in:
parent
c341cf0b5b
commit
ef53b51985
2 changed files with 2 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ sub view {
|
|||
id=>$child->getId,
|
||||
canView => $child->canView(),
|
||||
title=>$child->get("title"),
|
||||
title=>$child->get("menuTitle"),
|
||||
menuTitle=>$child->get("menuTitle"),
|
||||
synopsis=>$child->get("synopsis") || '',
|
||||
size=>WebGUI::Utility::formatBytes($child->get("assetSize")),
|
||||
"date.epoch"=>$child->get("revisionDate"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue