Feature #19982 » 10374_followup.diff
t3lib/class.t3lib_frontendedit.php (working copy) | ||
---|---|---|
* @param array The data array for a specific content element.
|
||
* @return array
|
||
*/
|
||
public function getHiddenFieldArray(array $dataArray) {
|
||
public function getHiddenFields(array $dataArray) {
|
||
// No special hidden fields needed.
|
||
return array();
|
||
}
|