Bugfix [ 995088 ] Error in printable macro 6.1.1

This commit is contained in:
Len Kranendonk 2004-08-07 17:15:42 +00:00
parent 74bd846dde
commit 356e58ca22
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,7 @@
- Bugfix: [ 1000205 ] Password Recovery Doesn't Work
- Bugfix: [ 1003594 ] Fixed Navigation Cacheing bug
- Bugfix: [ 1000299 ] laodAllConfigs should be loadAllConfigs?
- Bugfix: [ 995088 ] Error in printable macro 6.1.1
6.1.1

View file

@ -42,7 +42,7 @@ sub process {
} else {
$var{'printable.text'} = WebGUI::International::get(53);
}
$temp = WebGUI::Template::process(WebGUI::Template::getByName($param[2],"Macro/r_printable"), "Macro/r_printable", \%var);
$temp = WebGUI::Template::process(WebGUI::Template::getIdByName($param[2],"Macro/r_printable"), "Macro/r_printable", \%var);
}
return $temp;
}