Skip to content

Commit

Permalink
Fixed for Omeka 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-KM authored and Daniel Berthereau committed Jan 3, 2022
1 parent 9c4f7dd commit 8058456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/src/Api/Adapter/JobAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function buildQuery(QueryBuilder $qb, array $query)
$qb->andWhere($qb->expr()->eq(
'omeka_root.class',
$this->createNamedParameter($qb, $query['class']))
);
);
}
if (isset($query['status'])) {
$qb->andWhere($qb->expr()->eq(
Expand Down

0 comments on commit 8058456

Please sign in to comment.