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
1b9ca08e
Commit
1b9ca08e
authored
Dec 20, 2019
by
Stefan Busemann
Browse files
Apply suggestion to extensions/t3o_ldap/Classes/Controller/GdprController.php
parent
1319c8c3
Pipeline
#8264
failed with stages
in 26 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3o_ldap/Classes/Controller/GdprController.php
View file @
1b9ca08e
...
...
@@ -185,7 +185,7 @@ class GdprController extends ActionController
further comment:'
.
$data
[
'comment'
]
.
'
LDAP User deletion was performed by:'
.
$GLOBALS
[
'BE_USER'
]
->
name
.
'
Your TYPO3 website adminstration team
Your TYPO3 website admin
i
stration team
'
;
$mail
=
GeneralUtility
::
makeInstance
(
MailMessage
::
class
);
$mail
->
setSubject
(
'[Ticket#'
.
$data
[
'otrs'
]
.
'] User deletion notification : '
.
$data
[
'username'
]);
...
...
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