removing bad calls to $self->get for variables. This is now done in processTemplate anyway

This commit is contained in:
Colin Kuskie 2007-01-26 19:11:30 +00:00
parent 23e466d891
commit e4f2493704
2 changed files with 0 additions and 6 deletions

View file

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