Fix broken subfolder synopsis template variable in the Folder.
This commit is contained in:
parent
b8b2a38ef5
commit
a5ad3bf4bd
2 changed files with 2 additions and 0 deletions
|
|
@ -235,6 +235,7 @@ sub view {
|
|||
url => $child->getUrl,
|
||||
title => $child->get("title"),
|
||||
menuTitle => $child->get("menuTitle"),
|
||||
synopsis => $child->get("synopsis") || '',
|
||||
canView => $child->canView(),
|
||||
"icon.small" => $child->getIcon(1),
|
||||
"icon.big" => $child->getIcon,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue