Bug #23989 » bug_16308.diff
TYPO3_4-4-patched/typo3/sysext/cms/tslib/class.tslib_content.php 2010-11-08 22:22:33.000000000 +0100 | ||
---|---|---|
$dataArr = $this->data;
|
||
}
|
||
// Delegate rendering of the edit panel to the t3lib_frontendedit class.
|
||
// Delegate rendering of the edit panel to the t3lib_frontendedit class.
|
||
if(!is_array()) $conf = array(); //make sure $conf is an array, don't accept null
|
||
$content = $GLOBALS['BE_USER']->frontendEdit->displayEditIcons($content, $params, $conf, $currentRecord, $dataArr, $addURLParamStr);
|
||
}
|
||