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
3229b5e3
Commit
3229b5e3
authored
Feb 12, 2019
by
Mathias Bolt Lesniak
Committed by
Sebastian Kotte
Feb 12, 2019
Browse files
[CLEANUP] Update UserDisplayController.php based on feedback from Spooner
parent
274fe8b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
extensions/karma/Classes/Controller/UserDisplayController.php
View file @
3229b5e3
...
...
@@ -50,7 +50,6 @@ class UserDisplayController extends AbstractController
$sourceTotals
=
[];
foreach
(
$this
->
getKarmaSourceCodes
()
as
$sourceCode
)
{
$value
=
$this
->
karmaService
->
getImmutableKarmaSourceTotalForUser
(
$sourceCode
,
$frontendUser
);
$sourceTotals
[
$sourceCode
]
=
$this
->
karmaService
->
getImmutableKarmaSourceTotalForUser
(
$sourceCode
,
$frontendUser
);
}
...
...
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