Removed last references to deprecated "lastUpdated"
This commit is contained in:
parent
fda03a0e63
commit
8d18842efa
3 changed files with 4 additions and 3 deletions
|
|
@ -130,7 +130,7 @@ sub view {
|
|||
title=>$child->get("title"),
|
||||
synopsis=>$child->get("synopsis"),
|
||||
size=>WebGUI::Utility::formatBytes($child->get("assetSize")),
|
||||
"date.epoch"=>$child->get("lastUpdated"),
|
||||
"date.epoch"=>$child->get("revisionDate"),
|
||||
"icon.small"=>$child->getIcon(1),
|
||||
"icon.big"=>$child->getIcon,
|
||||
type=>$child->getName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue