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
86e00ce7
Commit
86e00ce7
authored
May 22, 2019
by
Stefan Busemann
Browse files
Apply suggestion to extensions/t3o_slack/Classes/ViewHelpers/ShowSlackLinkViewHelper.php
parent
8b0e7cdf
Pipeline
#7071
passed with stages
in 2 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3o_slack/Classes/ViewHelpers/ShowSlackLinkViewHelper.php
View file @
86e00ce7
...
...
@@ -26,7 +26,7 @@ class ShowSlackLinkViewHelper extends AbstractViewHelper
*/
public
function
render
()
{
$feUser
=
$this
->
slackFrontendUserRepository
->
findByUid
(
$this
->
arguments
[
'frontendUserUID'
]);
$feUser
=
$this
->
slackFrontendUserRepository
->
findByUid
(
(
int
)
$this
->
arguments
[
'frontendUserUID'
]);
$slackUser
=
$this
->
slackUserRepository
->
findBySlackId
(
$feUser
->
getSlackId
());
if
(
$slackUser
)
{
...
...
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