Index: t3lib/class.t3lib_frontendedit.php =================================================================== --- t3lib/class.t3lib_frontendedit.php (revision 5038) +++ t3lib/class.t3lib_frontendedit.php (working copy) @@ -188,7 +188,7 @@ $edit = &t3lib_div::getUserObj($editClass, false); if (is_object($edit)) { $allowedActions = $this->getAllowedEditActions($table, $conf, $dataArray['pid']); - $content = $edit->editPanel($content, $conf, $currentRecord, $dataArray, $table, $allowedActions, $newUid, $this->getHiddenFieldArray($dataArray)); + $content = $edit->editPanel($content, $conf, $currentRecord, $dataArray, $table, $allowedActions, $newUid, $this->getHiddenFields($dataArray)); } } }