[TYPO3-dev] problem with new way or rendering RECORDS in 4.5 beta
Krystian Szymukowicz
t33k at prolabium.com
Thu Nov 25 18:23:09 CET 2010
hi
I am just testing 4.5 beta and have some problems probably with the
newest typoscript interpreter.
Imagine such code used in extension:
function main () {
$local_cObj = t3lib_div::makeInstance('tslib_cObj');
cConf = array(
'tables' => 'tt_content',
'source' => '2233',
'dontCheckPid' => 1,
);
$content = $local_cObj->RECORDS($cConf);
return $content;
}
The function call
$local_cObj->RECORDS($cConf);
makes some early return before writing anything to $content
Is this a known issue?
I can not find anything in bugtracker.
--
grtz
Krystian Szymukowicz
More information about the TYPO3-dev
mailing list