Fixed WebGUI::Macro::process call which was being called incorrectly but working for some reason.

This commit is contained in:
Frank Dillon 2008-11-18 03:52:39 +00:00
parent 70bd363814
commit e7469531cf

View file

@ -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;