Fixed WebGUI::Macro::process call which was being called incorrectly but working for some reason.
This commit is contained in:
parent
70bd363814
commit
e7469531cf
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ sub displayContent {
|
|||
$hash{'is_method_'.$self->method } = "true";
|
||||
$hash{'url' } = $instance->getUrl("module=$identifier",1);
|
||||
$hash{'isActive' } = "true" if($identifier eq $self->module);
|
||||
WebGUI::Macro::process(\$hash{'title'});
|
||||
WebGUI::Macro::process($session,\$hash{'title'});
|
||||
push(@pluggins,\%hash);
|
||||
}
|
||||
$var->{'account_loop'} = \@pluggins;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue