rolling in some donorware changes

This commit is contained in:
JT Smith 2004-12-22 19:15:00 +00:00
parent b6568d8346
commit 4149d8eb5c
4 changed files with 21 additions and 7 deletions

View file

@ -264,6 +264,9 @@ sub www_view {
if ($self->get('preprocessMacros')) {
$call = WebGUI::Macro::process($self->get("callMethod"));
$param_str = WebGUI::Macro::process($self->get("params"));
} else {
$call = $self->get('callMethod');
$param_str = $self->get('params');
}
# see if we can shortcircuit this whole process