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
274fe8b6
Commit
274fe8b6
authored
Feb 12, 2019
by
Mathias Bolt Lesniak
Committed by
Sebastian Kotte
Feb 12, 2019
Browse files
Apply suggestion to extensions/karma/Classes/Controller/UserDisplayController.php
parent
4f5e5f7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
extensions/karma/Classes/Controller/UserDisplayController.php
View file @
274fe8b6
...
...
@@ -51,7 +51,7 @@ class UserDisplayController extends AbstractController
$sourceTotals
=
[];
foreach
(
$this
->
getKarmaSourceCodes
()
as
$sourceCode
)
{
$value
=
$this
->
karmaService
->
getImmutableKarmaSourceTotalForUser
(
$sourceCode
,
$frontendUser
);
$sourceTotals
[
$sourceCode
]
=
$
value
;
$sourceTotals
[
$sourceCode
]
=
$
this
->
karmaService
->
getImmutableKarmaSourceTotalForUser
(
$sourceCode
,
$frontendUser
)
;
}
$this
->
view
->
assign
(
'immutableValue'
,
$immutableValue
);
...
...
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