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
bbecb3d0
Commit
bbecb3d0
authored
May 21, 2019
by
Stefan Busemann
Browse files
Apply suggestion to extensions/t3o_slack/Classes/ViewHelpers/ShowSlackLinkViewHelper.php
parent
ce302605
Pipeline
#7064
passed with stages
in 3 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3o_slack/Classes/ViewHelpers/ShowSlackLinkViewHelper.php
View file @
bbecb3d0
...
...
@@ -37,7 +37,7 @@ class ShowSlackLinkViewHelper extends AbstractViewHelper
}
}
else
{
// @todo render link to register for slack
if
(
$GLOBALS
[
'TSFE'
]
->
fe_user
->
user
[
'uid'
]
==
$this
->
arguments
[
'frontendUserUID'
])
{
if
(
$GLOBALS
[
'TSFE'
]
->
fe_user
->
user
[
'uid'
]
==
=
(
int
)
$this
->
arguments
[
'frontendUserUID'
])
{
// @todo add TS configuration
$content
=
'<a href="https://my.typo3.org/?id=23">Get your TYPO3 Slack Account</a>'
;
}
else
{
...
...
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