Project

General

Profile

Actions

Bug #28916

closed

t3lib_pageSelect language overlay

Added by Carsten Bleicker over 12 years ago. Updated over 5 years ago.

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

Also available in: Atom PDF