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
6ac0b68a
Commit
6ac0b68a
authored
Jan 22, 2020
by
Thomas Löffler
Browse files
Fix typo in deleteUser function
parent
7e647abe
Pipeline
#8388
passed with stages
in 3 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3o_ldap/Classes/Controller/GdprController.php
View file @
6ac0b68a
...
...
@@ -229,7 +229,7 @@ Your TYPO3 website administration team';
throw
$e
;
}
return
$ldap
->
deleteUser
(
$data
[
'user
N
ame'
]);
return
$ldap
->
deleteUser
(
$data
[
'user
n
ame'
]);
}
protected
function
deleteLocalUser
(
array
$data
):
void
...
...
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