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
2114bb5b
Commit
2114bb5b
authored
Jul 08, 2015
by
damjan
Browse files
[BUGFIX] Reverting accidentally overwritten code
parent
ee4482d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Classes/Service/ConfigurationService.php
Classes/Service/ConfigurationService.php
+2
-2
Classes/Service/FileOverrideService.php
Classes/Service/FileOverrideService.php
+1
-1
No files found.
Classes/Service/ConfigurationService.php
View file @
2114bb5b
...
...
@@ -184,7 +184,7 @@ class ConfigurationService extends AbstractService {
}
// global extensions
if
(
$this
->
extConfig
[
'viewGlobalExt'
])
{
if
(
$this
->
extConfig
[
'viewGlobalExt'
]
&&
is_dir
(
Typo3Lib
::
pathGlobalExt
)
)
{
if
(
count
(
$content
=
Functions
::
searchExtensions
(
PATH_site
.
Typo3Lib
::
pathGlobalExt
,
$this
->
extConfig
[
'viewStateExt'
],
...
...
@@ -387,7 +387,7 @@ class ConfigurationService extends AbstractService {
* @param boolean $forceDel set to true if you want delete default constants
* @param array|NULL $editedLanguages
* @throws Exception
* @throws LFException
* @throws LFException
if file could not be written or some param criteria is not correct
* @throws \TYPO3\CMS\Core\Cache\Exception\NoSuchCacheException
* @return void
*/
...
...
Classes/Service/FileOverrideService.php
View file @
2114bb5b
...
...
@@ -129,7 +129,7 @@ class FileOverrideService extends FileBaseXMLService {
* Writes language override files.
*
* @param array|null $editedLanguages
* @throws LFException
* @throws LFException
raised if a file cant be written
* @throws \Exception
* @return void
*/
...
...
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