Project

General

Profile

Bug #10819 » v1_core.patch

Tolleiv Nietsch, 2010-11-15 20:50

View differences:

typo3/sysext/workspaces/Classes/Service/Befunc.php (working copy)
*/
public function preProcess($pageUid, $backPath, $rootLine, $anchorSection, &$viewScript, $additionalGetVars, $switchFocus) {
if ($GLOBALS['BE_USER']->workspace !== 0 && !$GLOBALS['BE_USER']->user['workspace_preview']) {
$ctrl = t3lib_div::makeInstance('Tx_Workspaces_Controller_PreviewController', true);
$ctrl = t3lib_div::makeInstance('Tx_Workspaces_Controller_PreviewController', FALSE);
$uriBuilder = t3lib_div::makeInstance('Tx_Extbase_MVC_Web_Routing_UriBuilder');
/**
* @todo BACK_PATH is not available be still needed when used during AJAX request
(1-1/2)