Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
t3o
my.typo3.org
Commits
46e68f2f
Commit
46e68f2f
authored
Feb 12, 2019
by
Mathias Bolt Lesniak
Browse files
Update KarmaService.php
parent
456d5647
Pipeline
#6188
passed with stages
in 2 minutes and 26 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
extensions/karma/Classes/Service/KarmaService.php
View file @
46e68f2f
...
@@ -57,7 +57,7 @@ class KarmaService implements \TYPO3\CMS\Core\SingletonInterface
...
@@ -57,7 +57,7 @@ class KarmaService implements \TYPO3\CMS\Core\SingletonInterface
$objectManager
=
GeneralUtility
::
makeInstance
(
\
TYPO3\CMS\Extbase\Object\ObjectManager
::
class
);
$objectManager
=
GeneralUtility
::
makeInstance
(
\
TYPO3\CMS\Extbase\Object\ObjectManager
::
class
);
/** @var \TYPO3\CMS\Extbase\Configuration\ConfigurationManager $configurationManager */
/** @var \TYPO3\CMS\Extbase\Configuration\ConfigurationManager $configurationManager */
$configurationManager
=
$objectManager
->
get
(
\
TYPO3\CMS\Extbase\Configuration\ConfigurationManager
::
class
);
$configurationManager
=
$objectManager
->
get
(
\
TYPO3\CMS\Extbase\Configuration\ConfigurationManager
::
class
);
+
$this
->
settings
=
$configurationManager
->
getConfiguration
(
$this
->
settings
=
$configurationManager
->
getConfiguration
(
\
TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface
::
CONFIGURATION_TYPE_SETTINGS
,
\
TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface
::
CONFIGURATION_TYPE_SETTINGS
,
'karma'
'karma'
);
);
...
...
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