Project

General

Profile

Feature #19982 » 0010374_followup2.diff

Administrator Admin, 2009-02-20 00:21

View differences:

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));
}
}
}
(3-3/3)