Actions
Bug #24166
closedt3lib_beFunc::getRecordWSOL() does not use it's param $useDeleteClause in else branch
Start date:
2010-11-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
t3lib_beFunc::getRecordWSOL() has the last param $userDeleteClause which defaults to true....
this one is passed to t3lib_beFunc::getRecord...
This param is missing in the else branch - when '*' fields are required...
This is wrong, and returns NULL even if you requested to include deleted records...
(issue imported from #M16517)
Actions