removing bad calls to $self->get for variables. This is now done in processTemplate anyway
This commit is contained in:
parent
23e466d891
commit
e4f2493704
2 changed files with 0 additions and 6 deletions
|
|
@ -126,7 +126,6 @@ sub view {
|
|||
my $out = WebGUI::Cache->new($self->session,"view_".$self->getId)->get;
|
||||
return $out if $out;
|
||||
}
|
||||
my %var = $self->get();
|
||||
my $i18n = WebGUI::International->new($self->session, 'Asset_MultiSearch');
|
||||
|
||||
#Set some template variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue