Bug #32142
Usage of deprecated method readLLXMLfile
| Status: | Resolved | Start date: | 2011-11-28 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Stefan Galinski | % Done: | 100% |
|
| Category: | - | |||
| Target version: | 3.1.0 | |||
| Votes: | 0 |
Description
This method must be replaced with the following code:
/** @var $localizationParser t3lib_l10n_parser_Llxml */
$localizationParser = t3lib_div::makeInstance('t3lib_l10n_parser_Llxml');
$locallang = $localizationParser->getParsedData(
t3lib_extMgm::extPath('df_tabs') . 'Resources/Private/Language/locallang.xml',
$GLOBALS['LANG']->lang
);
Associated revisions
[BUGFIX] Usage of deprecated method readLLXMLfile
Fixes: #32142
[BUGFIX] Usage of deprecated method readLLXMLfile
Fixes: #32142
History
Updated by Stefan Galinski over 1 year ago
- Target version changed from 3.0.3 to 3.1.0
Updated by Stefan Galinski over 1 year ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r55455.