Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Oliver Eglseder
lfeditor
Commits
39d7f07c
Commit
39d7f07c
authored
Feb 02, 2017
by
Markus Klein
Browse files
[BUGFIX] Fix xml file handling for edit mode
parent
7c7fc897
Changes
1
Show whitespace changes
Inline
Side-by-side
Classes/Service/FileBaseService.php
View file @
39d7f07c
...
...
@@ -114,7 +114,7 @@ abstract class FileBaseService extends FileService {
// get localized file
$lFile
=
$this
->
getLocalizedFile
(
$localLang
[
$lang
],
$lang
);
if
(
$this
->
checkLocalizedFile
(
basename
(
$lFile
),
$lang
))
{
if
(
$lFile
&&
$this
->
checkLocalizedFile
(
basename
(
$lFile
),
$lang
))
{
$originLang
[
$lang
]
=
$lFile
;
$localLang
[
$lang
]
=
array
();
...
...
Write
Preview
Supports
Markdown
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