Bug #18722 » patch_8280_v42x_brokenRootline.diff
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;
|
||