Skip to content
Snippets Groups Projects
Commit 3db4ddcf authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed call to prepare_ldpprojects_query()

parent 180f2d46
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ sub _execute {
sub get_ldp_projects {
my ($self, $opt, $args) = @_;
my $query = SLUB::LZA::TA::Archivematica::Elasticsearch::PrepareQuery::prepare_ldpprojects_query($opt);
my $query = SLUB::LZA::TA::Archivematica::Elasticsearch::PrepareQuery::prepare_ldpprojects_query(@_);
if (exists $opt->{debug}) {
use Data::Printer;
say STDERR "query:";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment