Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
t3o
my.typo3.org
Commits
2efe3c0d
Commit
2efe3c0d
authored
Feb 11, 2019
by
mabolek
Browse files
[BUGFIX] Corrected typo
parent
5888ea04
Changes
1
Hide whitespace changes
Inline
Side-by-side
extensions/karma/Classes/Service/KarmaService.php
View file @
2efe3c0d
...
...
@@ -186,7 +186,7 @@ class KarmaService implements \TYPO3\CMS\Core\SingletonInterface
if
(
$karmaSource
===
null
)
{
/** @var KarmaSource $karmaSource */
$karmaSource
=
new
KarmaSource
();
$karmaSource
->
setCode
(
$
karmaS
ourceCode
);
$karmaSource
->
setCode
(
$
s
ourceCode
);
$karmaSource
->
setTitle
(
$defaultLabel
);
$this
->
karmaSourceRepository
->
add
(
$karmaSource
);
...
...
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