Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch '6.12'
  • Loading branch information
andrerom committed Nov 18, 2017
2 parents ec59746 + 516294f commit 969a556
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eZ/Bundle/EzPublishCoreBundle/Command/ReindexCommand.php
Expand Up @@ -300,7 +300,6 @@ private function getStatementSubtree($locationId, $count = false)
->innerJoin('c', 'ezcontentobject_tree', 't', 't.contentobject_id = c.id')
->where('c.status = :status')
->andWhere('t.path_string LIKE :path')
->orderBy('t.path_string')
->setParameter('status', ContentInfo::STATUS_PUBLISHED, PDO::PARAM_INT)
->setParameter('path', $location->pathString . '%', PDO::PARAM_STR);

Expand Down

0 comments on commit 969a556

Please sign in to comment.