Feature #19982 » 0010374_followup2.diff
t3lib/class.t3lib_frontendedit.php (working copy) | ||
---|---|---|
$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));
|
||
}
|
||
}
|
||
}
|
- « Previous
- 1
- 2
- 3
- Next »