Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vpeil committed May 14, 2018
1 parent 2c35d2e commit d1ae8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LibreCat/App/Helper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ sub get_statistics {
{cql => ["status=public", "type<>research_data"]});
my $reshits = librecat->searcher->search('publication',
{cql => ["status=public", "type=research_data"]});
my $oahits = LibreCat->searcher->search('publication',
my $oahits = librecat->searcher->search('publication',
{cql => ["status=public", "oa=1", "type<>research_data",]});

return {
Expand Down

0 comments on commit d1ae8bc

Please sign in to comment.