Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
Archive
t3o
my.typo3.org
Commits
a7b11173
Commit
a7b11173
authored
Feb 12, 2019
by
Mathias Bolt Lesniak
Committed by
Sebastian Kotte
Feb 12, 2019
Browse files
Update KarmaService.php
parent
3654d491
Changes
1
Hide whitespace changes
Inline
Side-by-side
extensions/karma/Classes/Service/KarmaService.php
View file @
a7b11173
...
...
@@ -57,7 +57,7 @@ class KarmaService implements \TYPO3\CMS\Core\SingletonInterface
$objectManager
=
GeneralUtility
::
makeInstance
(
\
TYPO3\CMS\Extbase\Object\ObjectManager
::
class
);
/** @var \TYPO3\CMS\Extbase\Configuration\ConfigurationManager $configurationManager */
$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
,
'karma'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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