Signed-off-by: Bill Erickson <berick@esilibrary.com>
$logger->error("(S)FTP get($description) failed");
next;
}
- my $incoming = __PACKAGE__->process_retrieval($content, $remote_file, $server, $account->id, $e);
+ my $incoming = __PACKAGE__->process_retrieval($content, $remote_file, $server, $account->id);
# $server->delete(remote_file => $_); # delete remote copies of saved message
push @return, @$incoming;
}
$content,
"localhost:" . File::Spec->rel2abs($_),
OpenILS::Application::Acq::EDI->remote_account($acct),
- $acct,
- $e
+ $acct
);
}
exit;