slight typo.

This commit is contained in:
Matthew Wilson 2005-05-25 02:32:31 +00:00
parent d550fbd7b3
commit 1c081b67df

View file

@ -33,7 +33,7 @@ sub process {
if ($param[0] ne "") {
$var{'homeLink.text'} = $param[0];
} else {
$var{'homeLink.text'} = WebGUI::International::get(47,'Macro_H_homelink');
$var{'homeLink.text'} = WebGUI::International::get(47,'Macro_H_homeLink');
}
if ($param[1]) {
$temp = WebGUI::Asset::Template->newByUrl($param[1])->process(\%var);