Skip to content

Commit

Permalink
Merge pull request #1 from percolatorWitt/percolatorWitt--Fix-feeds--…
Browse files Browse the repository at this point in the history
…-ParseError-#611

Fixed Feeds - ParseError kitodo#611
  • Loading branch information
percolatorWitt authored Apr 29, 2021
2 parents 481ab5e + 5c40c40 commit caa81f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Plugin/Feeds.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function main($content, $conf)
$queryBuilder->expr()->eq('tx_dlf_collections.pid', $queryBuilder->createNamedParameter((int)$this->conf['pages'])),
$additionalWhere,
Helper::whereExpression('tx_dlf_documents'),
Helper::whereExpression('tx_dlf_collections'),
Helper::whereExpression('tx_dlf_collections')
)
->groupBy('tx_dlf_documents.uid')
->orderBy('tx_dlf_documents.tstamp', 'DESC')
Expand Down

0 comments on commit caa81f0

Please sign in to comment.