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
7a8433aa
Commit
7a8433aa
authored
Nov 13, 2015
by
Fabian Galinski
😾
Browse files
[BUGFIX] Resolves the errors, which appers if the value is an empty array
parent
02c93bf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Classes/Service/FileBaseXLFService.php
Classes/Service/FileBaseXLFService.php
+4
-0
No files found.
Classes/Service/FileBaseXLFService.php
View file @
7a8433aa
...
...
@@ -120,6 +120,10 @@ class FileBaseXLFService extends FileBaseService {
}
else
{
$flatData
[
$constant
]
=
$data
[
'source'
];
}
if
(
empty
(
$flatData
[
$constant
]))
{
$flatData
[
$constant
]
=
''
;
}
}
return
$flatData
;
...
...
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