[TYPO3-core] RFC #13279: defaults are not applied using "page after" in "new element wizard"

Steffen Kamper info at sk-typo3.de
Mon Jan 18 13:40:15 CET 2010


Hi Masi,

i looked to the code, and it's already in:

if ($id < 0) {
	$record = t3lib_beFunc::getRecord ($table, abs($id), 'pid');
	$pid = $record['pid'];
	unset($record);
} else {
	$pid = intval($id);
}

$pageTS = t3lib_beFunc::getPagesTSconfig($pid);

so there is no need for change it ;)

vg Steffen


More information about the TYPO3-team-core mailing list