[BUGFIX] Wrong query in RecordCollectionRepository
If t3lib_collection_RecordCollectionRepository::queryMultipleRecords() is called without any argument the SQL statement is wrong since t3lib_BEfunc::deleteClause() starts with "AND". Change-Id: I96efb31d142e89968cfcfa66ba6d1fda570b8595 Fixes: #36841 Releases: 6.0, 4.7 Reviewed-on: http://review.typo3.org/10998 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
Please register or sign in to comment