Bug #29208 » 29208_ws_no_default_language.diff
typo3_src-4.5.6/typo3/sysext/workspaces/Classes/Service/Workspaces.php 2011-10-19 14:36:37.000000000 +0000 | ||
---|---|---|
*/
|
||
protected function selectAllVersionsFromPages($table, $pageList, $wsid, $filter, $stage) {
|
||
$fields = 'A.uid, A.t3ver_oid,' . ($table==='pages' ? ' A.t3ver_swapmode,' : '') . 'B.pid AS wspid, B.pid AS livepid';
|
||
$fields = 'A.*, B.pid AS wspid, B.pid AS livepid';
|
||
$from = $table . ' A,' . $table . ' B';
|
||
// Table A is the offline version and pid=-1 defines offline
|