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
Open sidebar
Oliver Eglseder
lfeditor
Commits
14181e47
Commit
14181e47
authored
Feb 02, 2017
by
Stefan Galinski
🎮
Browse files
Merge branch 'xml-editing-fix' into 'master'
[BUGFIX] Fix xml file handling for edit mode See merge request !11
parents
7c7fc897
39d7f07c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Classes/Service/FileBaseService.php
Classes/Service/FileBaseService.php
+1
-1
No files found.
Classes/Service/FileBaseService.php
View file @
14181e47
...
...
@@ -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
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