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
TYPO3
lfeditor
Commits
becc832f
Commit
becc832f
authored
Jan 29, 2018
by
Torsten Oppermann
Browse files
[TASK] Fixing php storm warning
parent
fb6404cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Classes/Controller/AbstractBackendController.php
View file @
becc832f
...
...
@@ -182,7 +182,7 @@ abstract class AbstractBackendController extends AbstractController {
'override'
=>
LocalizationUtility
::
translate
(
'select.editingMode.override'
,
'lfeditor'
),
);
$backendConfiguration
=
unserialize
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'EXT'
][
'extConf'
][
'lfeditor'
]);
$backendConfiguration
=
unserialize
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'EXT'
][
'extConf'
][
'lfeditor'
]
,
NULL
);
if
((
int
)
$backendConfiguration
[
'editModeExtension'
]
===
0
)
{
unset
(
$editingModeOptions
[
'extension'
]);
}
...
...
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