Project

General

Profile

Actions

Bug #41632

closed

t3lib_l10n_parser_Llxml::getParsedData gives an error Call to undefined method getCharset

Added by Simon Child over 11 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-10-05
Due date:
% Done:

0%

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

Description

deprecation log for 4.7.4 says to use t3lib_l10n_parser_Llxml::getParsedData instead of t3lib_div::readLLXMLfile

But using t3lib_l10n_parser_Llxml::getParsedData gives an error Call to undefined method getCharset

Indeed t3lib_l10n_parser_Llxml::getParsedData calls getCharset

$this->charset = $this->getCharset($languageKey, $charset);

But t3lib_l10n_parser_Llxml does not contain any method getCharset

t3lib_l10n_parser_abstractxml.php does contain a protected function getCharset - does that need copying to t3lib_l10n_parser_Llxml??

Actions

Also available in: Atom PDF