Project

General

Profile

Bug #19156 » bug_9058.diff

Administrator Admin, 2009-11-18 16:18

View differences:

/var/www/typo3_src/typo3_src-trunk/typo3/sysext/cms/tslib/class.tslib_content.php (working copy)
function start($data,$table='') {
global $TYPO3_CONF_VARS;
$this->data = $data;
$this->stdWrapHookObjects = array();
$this->currentRecord = $table ? $table.':'.$this->data['uid'] : '';
$this->parameters = Array();
if (is_array ($TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClass'])) {
(2-2/3)