Index: typo3/class.db_list.inc =================================================================== --- typo3/class.db_list.inc (révision 6965) +++ typo3/class.db_list.inc (copie de travail) @@ -732,9 +732,8 @@ $fieldListArr = array(); // Check table: - if (is_array($TCA[$table])) { + if (is_array($TCA[$table]) && isset($TCA[$table]['columns']) && is_array($TCA[$table]['columns'])) { t3lib_div::loadTCA($table); - // Traverse configured columns and add them to field array, if available for user. foreach($TCA[$table]['columns'] as $fN => $fieldValue) { if ($dontCheckUser ||