Bug #62068 ยป pagerepopatch.diff
/Volumes/nb/mounts/type-795-cabvh029.nine.ch/update2.icx.ch/typo3/sysext/frontend/Classes/Page/PageRepository.php 2014-10-07 08:07:23.000000000 +0200 | ||
---|---|---|
}
|
||
// If language UID is different from zero, do overlay:
|
||
if ($lUid) {
|
||
$fieldArr = GeneralUtility::trimExplode(',', $GLOBALS['TYPO3_CONF_VARS']['FE']['pageOverlayFields']);
|
||
$fieldArr = GeneralUtility::trimExplode(',', $GLOBALS['TYPO3_CONF_VARS']['FE']['pageOverlayFields'], true);
|
||
if (is_array($pageInput)) {
|
||
// Was the whole record
|
||
$page_id = $pageInput['uid'];
|