--- typo3_src-4.4.5.orig/typo3/sysext/version/cm1/index.php 2010-12-20 10:59:37.000000000 +0100 +++ typo3_src-4.4.5/typo3/sysext/version/cm1/index.php 2010-12-20 10:33:25.000000000 +0100 @@ -727,10 +727,10 @@ $ttlHours = ($ttlHours ? $ttlHours : 24*2); if (t3lib_div::_POST('_previewLink_wholeWorkspace')) { - $previewUrl = t3lib_BEfunc::getViewDomain($this->id) . 'index.php?ADMCMD_prev='.t3lib_BEfunc::compilePreviewKeyword('', $GLOBALS['BE_USER']->user['uid'],60*60*$ttlHours,$GLOBALS['BE_USER']->workspace).'&id='.intval($this->id); + $previewUrl = t3lib_BEfunc::getViewDomain($this->id) . '/index.php?ADMCMD_prev='.t3lib_BEfunc::compilePreviewKeyword('', $GLOBALS['BE_USER']->user['uid'],60*60*$ttlHours,$GLOBALS['BE_USER']->workspace).'&id='.intval($this->id); } else { $params = 'id='.$this->id.'&ADMCMD_previewWS='.$GLOBALS['BE_USER']->workspace; - $previewUrl = t3lib_BEfunc::getViewDomain($this->id) .'index.php?ADMCMD_prev='.t3lib_BEfunc::compilePreviewKeyword($params, $GLOBALS['BE_USER']->user['uid'],60*60*$ttlHours); + $previewUrl = t3lib_BEfunc::getViewDomain($this->id) .'/index.php?ADMCMD_prev='.t3lib_BEfunc::compilePreviewKeyword($params, $GLOBALS['BE_USER']->user['uid'],60*60*$ttlHours); } $this->content .= $this->doc->section($GLOBALS['LANG']->getLL('previewUrl'), sprintf($GLOBALS['LANG']->getLL('previewInstruction'), $ttlHours) . '

' . $previewUrl . '', 0, 1); } @@ -1853,4 +1853,3 @@ $SOBE->printContent(); ?> -