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 #1

Updated by Susanne Moog over 12 years ago

  • Status changed from New to Accepted
  • Complexity set to no-brainer
Actions #2

Updated by Mr. Hudson over 12 years ago

Patch set 1 of change I7c6c3412c1a1a250aac273169060dbd4aaf4e1ca has been pushed to the review server.
It is available at http://review.typo3.org/4359

Actions #3

Updated by Georg Ringer over 12 years ago

  • Status changed from Accepted to Under Review
Actions #4

Updated by Georg Ringer over 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Gerrit Code Review over 12 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/7130

Actions #6

Updated by Gerrit Code Review over 12 years ago

Patch set 1 for branch TYPO3_4-4 has been pushed to the review server.
It is available at http://review.typo3.org/7132

Actions #7

Updated by Georg Ringer over 12 years ago

  • Status changed from Under Review to Resolved
Actions #8

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF