Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lfeditor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TYPO3
lfeditor
Commits
f8b38898
Commit
f8b38898
authored
Mar 18, 2015
by
damjan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[BUGFIX] Fixes loading problem with RTEHtmlarea.
Related: forge.typo3.org/issues/65631
parent
e682716b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Classes/Xclass/LocalizationFactory.php
Classes/Xclass/LocalizationFactory.php
+1
-1
No files found.
Classes/Xclass/LocalizationFactory.php
View file @
f8b38898
...
...
@@ -88,7 +88,7 @@ class LocalizationFactory extends \TYPO3\CMS\Core\Localization\LocalizationFacto
$this
->
localizationOverride
(
$fileReference
,
$languageKey
,
$charset
,
$errorMode
,
$LOCAL_LANG
);
// Save parsed data in cache
$this
->
store
->
setData
(
$fileReference
,
$languageKey
,
$LOCAL_LANG
[
$languageKey
]);
$this
->
store
->
setData
(
$fileReference
,
$languageKey
,
(
array
)
$LOCAL_LANG
[
$languageKey
]);
// Cache processed data
$this
->
cacheInstance
->
set
(
$hash
,
$this
->
store
->
getDataByLanguage
(
$fileReference
,
$languageKey
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment