rolling in some donorware changes
This commit is contained in:
parent
b6568d8346
commit
4149d8eb5c
4 changed files with 21 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue