Actions
Bug #23497
closedProblem to generate textpic tt_content with eID
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-09-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When I generate a content with eID, it doesn't work with a tt_content textpix !!
$local_cObj = t3lib_div::makeInstance('tslib_cObj');
$ceConf = array('tables' => 'tt_content', 'source' => $uid, 'dontCheckPid' => 1);
$content = $local_cObj->RECORDS;
(issue imported from #M15630)
Files
Actions