Project

General

Profile

Bug #18722 » patch_8280_v42x_brokenRootline.diff

Administrator Admin, 2009-06-16 12:05

View differences:

typo3/sysext/cms/tslib/class.tslib_fe.php (Arbeitskopie)
function whichWorkspace($returnTitle = FALSE) {
if ($this->doWorkspacePreview()) {
$ws = intval($this->workspacePreview);
} elseif ($this->beUserLogin) {
} elseif ($GLOBALS['BE_USER'] && $GLOBALS['BE_USER']->workspace) {
$ws = $GLOBALS['BE_USER']->workspace;
} else return FALSE;
(1-1/2)