Bug #21670 ยป patch_12734.diff
typo3/sysext/cms/tslib/class.tslib_fe.php (working copy) | ||
---|---|---|
// If not rootline we're off...
|
||
if (!count($this->rootLine)) {
|
||
$ws = $this->whichWorkspace();
|
||
if ($this->sys_page->error_getRootLine_failPid==-1 && $ws) {
|
||
if ($this->sys_page->error_getRootLine_failPid==-1) {
|
||
$this->sys_page->versioningPreview = TRUE;
|
||
$this->versioningWorkspaceId = $ws;
|
||
$this->rootLine = $this->sys_page->getRootLine($this->id,$this->MP);
|
||