bugfix, missing labels

This commit is contained in:
Colin Kuskie 2005-12-04 15:56:59 +00:00
parent 7dc63c1aa0
commit ea8415f902
7 changed files with 41 additions and 11 deletions

View file

@ -601,7 +601,7 @@ sub view {
my %var = (
isShortcut => 1,
'shortcut.content' => $content,
'shortcut.label' => WebGUI::International::get('3',"Asset_Shortcut"),
'shortcut.label' => WebGUI::International::get('assetName',"Asset_Shortcut"),
originalURL => $shortcut->getUrl
);
return $self->processTemplate(\%var,$self->getValue("templateId"));