Project

General

Profile

Actions

Bug #21005

closed

t3lib_div::fixed_lgd_cs uses wrong charset in FE

Added by Steffen Kamper about 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-09-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

in t3lib_div::fixed_lgd_cs there is used
$GLOBALS['TSFE']->charSet

This property doesn't exists.

Replace it by the correct one:
$GLOBALS['TSFE']->renderCharset

(issue imported from #M11890)


Files

11890.diff (722 Bytes) 11890.diff Administrator Admin, 2009-09-06 23:41
Actions #1

Updated by Steffen Kamper about 15 years ago

committed to trunk, rev 5904

Actions

Also available in: Atom PDF