Index: class.t3lib_tceforms.php =================================================================== RCS file: /cvsroot/typo3/TYPO3core/t3lib/class.t3lib_tceforms.php,v retrieving revision 1.68.2.22 diff -u -r1.68.2.22 class.t3lib_tceforms.php --- class.t3lib_tceforms.php 6 Apr 2006 13:49:39 -0000 1.68.2.22 +++ class.t3lib_tceforms.php 9 Apr 2006 08:19:45 -0000 @@ -2045,6 +2045,9 @@ #debug(array($editData,$xmlData)); $editData=array(); } + else if (isset($editData['meta']) && !is_array($editData['meta'])) { + $editData['meta'] = array(); + } // Find the data structure if sheets are found: $sheet = $editData['meta']['currentSheetId'] ? $editData['meta']['currentSheetId'] : 'sDEF'; // Sheet to display