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
8b0e7cdf
Commit
8b0e7cdf
authored
May 21, 2019
by
Stefan Busemann
Browse files
Apply suggestion to extensions/t3omy/Classes/Viewhelpers/IsSlackOnlineViewhelper.php
parent
bbecb3d0
Pipeline
#7065
passed with stages
in 3 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3omy/Classes/Viewhelpers/IsSlackOnlineViewhelper.php
View file @
8b0e7cdf
...
...
@@ -29,7 +29,7 @@ class IsSlackOnlineViewhelper 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
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