Actions
Bug #17477
closedUndefined variable is used in t3lib_BEfunc::exec_foreign_table_where_query
Start date:
2007-07-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
function exec_foreign_table_where_query($fieldValue,$field='',$TSconfig=array(),$prefix='') {
global $TCA;
t3lib_div::loadTCA($foreign_table);
$foreign_table = $fieldValue['config'][$prefix.'foreign_table'];
Here, $foreign_table is used although it is undefined, causing the loadTCA to fail.
(issue imported from #M5983)
Files
Actions