Index: typo3/class.db_list_extra.inc =================================================================== --- typo3/class.db_list_extra.inc (revision 6659) +++ typo3/class.db_list_extra.inc (working copy) @@ -1711,7 +1711,7 @@ $csvRow = array(); foreach ($this->fieldArray as $fN) { switch ($fN) { - case '_PATH': + case '_PATH_': $csvRow[] = $this->recPath($row['pid']); break;