Bug #16334 ยป class.tx_rlmptmplselector_addfilestosel.diff
C:\diff\new\class.tx_rlmptmplselector_addfilestosel.php Wed May 02 11:10:47 2007 | ||
---|---|---|
// GETTING configuration from the object tree (thanks to Ingmar Schlecht!)
|
||
|
||
$thePageId = $params["row"]["uid"]; // get the page ID here!
|
||
$tmpRes = t3lib_BEfunc::getLiveVersionOfRecord('pages',$thePageId);
|
||
if ($tmpRes) {
|
||
$thePageId = $tmpRes['uid'];
|
||
}
|
||
|
||
$template = t3lib_div::makeInstance("t3lib_tsparser_ext"); // Defined global here!
|
||
$template->tt_track = 0; // Do not log time-performance information
|