remove buggy left join on document join

modifié:         core/lib/Thelia/ImportExport/Export/Type/ContentExport.php
This commit is contained in:
Benjamin Perche
2014-08-04 10:13:41 +02:00
parent 5f4e7f74fa
commit 018ddb642b

View File

@@ -106,7 +106,7 @@ class ContentExport extends ExportHandler implements
->endUse()
->_endif()
->_if($this->isDocumentExport())
->useContentDocumentQuery(null, Criteria::LEFT_JOIN)
->useContentDocumentQuery()
->addAsColumn("content_DOCUMENTS", "GROUP_CONCAT(DISTINCT ".ContentDocumentTableMap::FILE.")")
->addSelectColumn("content_DOCUMENTS")
->endUse()