Project

General

Profile

Bug #21548 ยป 0012588_backLink_inDbList.patch

Administrator Admin, 2009-11-14 12:21

View differences:

typo3/class.db_list_extra.inc (working copy)
$lNew = '';
foreach($this->pageOverlays as $lUid_OnPage => $lsysRec) {
if (!isset($translations['translations'][$lUid_OnPage]) && $GLOBALS['BE_USER']->checkLanguageAccess($lUid_OnPage)) {
$href = $GLOBALS['TBE_TEMPLATE']->issueCommand(
$href = $this->backPath . $GLOBALS['TBE_TEMPLATE']->issueCommand(
'&cmd['.$table.']['.$row['uid'].'][localize]='.$lUid_OnPage,
$this->listURL().'&justLocalized='.rawurlencode($table.':'.$row['uid'].':'.$lUid_OnPage)
);
    (1-1/1)