Fix a double $i18n syntax warning.

This commit is contained in:
Colin Kuskie 2010-08-05 15:15:58 -07:00
parent 7a56c72586
commit 679c4678d2

View file

@ -161,7 +161,6 @@ sub www_exportStatus {
my $i18n = WebGUI::International->new($session, "Asset");
my $pb = WebGUI::ProgressBar->new( $session );
my $i18n = WebGUI::International->new($session, 'Asset');
my $args = {
quiet => 1, # We'll wrap subs to update the ProgressBar
userId => $session->form->process('userId'),