+
+2008-02-17 Martin Kutschker <martin.t.kutschker@blackbox.net>
+
+ * Fixed bug #5639: options.additionalPreviewLanguages is showing wrong records for table pages (tanks to Helmut Hummel)
+
2008-02-17 Patrick Broens <patrick@patrickbroens.nl>
* Fixed Bug #7429: Docheaders: Module Web > Page : No docheader when no page has been chosen
$t8Tools = t3lib_div::makeInstance('t3lib_transl8tools');
$tInfo = $t8Tools->translationInfo($lookUpTable,intval($rec[$TCA[$table]['ctrl']['transOrigPointerField']]),$prL['uid']);
if (is_array($tInfo['translations'][$prL['uid']])) {
- $this->additionalPreviewLanguageData[$table.':'.$rec['uid']][$prL['uid']] = t3lib_BEfunc::getRecordWSOL($lookUpTable, intval($tInfo['translations'][$prL['uid']]['uid']));
+ $this->additionalPreviewLanguageData[$table.':'.$rec['uid']][$prL['uid']] = t3lib_BEfunc::getRecordWSOL($table, intval($tInfo['translations'][$prL['uid']]['uid']));
}
}
}