Skip to content

Commit

Permalink
Fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
drn05r authored and EPrints Services committed Apr 13, 2020
1 parent a2f3781 commit 023d396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ingredients/bazaar/plugins/EPrints/EPM/Source.pm
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ sub accolades
my( $_ua, $_base_url ) = @_;

my $ua = ( $_ua ) ? $_ua : LWP::UserAgent->new;
$ua->env_proxy;
my $base_url = ( $_base_url ) ? $_base_url : "https://bazaar.eprints.org/";

# my $ua = $self->{ua};
Expand Down

0 comments on commit 023d396

Please sign in to comment.