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
f1949376
Commit
f1949376
authored
Mar 20, 2015
by
damjan
Browse files
[BUGFIX] Deleting debug command.
parent
61d03aa8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
Classes/Service/FileBaseService.php
Classes/Service/FileBaseService.php
+0
-1
Classes/Service/FileOverrideService.php
Classes/Service/FileOverrideService.php
+0
-2
No files found.
Classes/Service/FileBaseService.php
View file @
f1949376
...
...
@@ -98,7 +98,6 @@ abstract class FileBaseService extends FileService {
public
function
readFile
()
{
// read absolute file
$localLang
=
$this
->
readLLFile
(
$this
->
absFile
,
'default'
);
debug
(
$localLang
);
// loop all languages
$languages
=
SgLib
::
getSystemLanguages
();
$originLang
=
array
();
...
...
Classes/Service/FileOverrideService.php
View file @
f1949376
...
...
@@ -79,14 +79,12 @@ class FileOverrideService extends FileBaseXMLService {
public
function
readFile
()
{
if
(
is_file
(
$this
->
absFile
))
{
parent
::
readFile
();
debug
(
$this
->
localLang
);
if
(
!
Typo3Lib
::
isTypo3BackendInUtf8Mode
())
{
$this
->
localLang
=
Typo3Lib
::
utf8
(
$this
->
localLang
,
FALSE
,
array
(
'default'
));
}
}
$this
->
originalFileObject
->
readFile
();
debug
(
$this
->
originalFileObject
->
localLang
);
$this
->
mergeOriginalWidthOverrideLangData
();
}
...
...
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