Actions
Bug #28916
closedt3lib_pageSelect language overlay
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-08-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
please replace in t3lib_pageSelect::getPageOverlay on Line 318
$fieldArr = explode(',', $GLOBALS['TYPO3_CONF_VARS']['FE']['pageOverlayFields']);
with:
$fieldArr = t3lib_div::trimExplode(',', $GLOBALS['TYPO3_CONF_VARS']['FE']['pageOverlayFields']);
so pageOverlayFields with ,this, that, other , will work to doesnt matter how many spaces before and after , inserted.
thanks and kind regards
carsten
Actions