fix for sf bug 1191744, default templates wrong
This commit is contained in:
parent
959872102e
commit
ef4065559e
8 changed files with 8 additions and 24 deletions
|
|
@ -31,7 +31,7 @@ sub process {
|
|||
my %var = ();
|
||||
$var{'group.url'} = WebGUI::URL::page("op=autoAddToGroup&groupId=".$g->groupId);
|
||||
$var{'group.text'} = $param[1];
|
||||
return WebGUI::Asset::Template->newByUrl($param[2])->process(\%var);
|
||||
return WebGUI::Asset::Template->newByUrl($param[2]||"default_group_add_macro")->process(\%var);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue