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
42a2b56b
Commit
42a2b56b
authored
Mar 29, 2019
by
Stefan Busemann
Browse files
[TASK] Define a return value for recoverUser function
parent
27384fa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3omy/Classes/Hooks/ReactivateUserHook.php
View file @
42a2b56b
...
...
@@ -60,9 +60,7 @@ class ReactivateUserHook implements \TYPO3\CMS\Backend\RecordList\RecordListGetT
$ldapOperation
=
$this
->
objectManager
->
get
(
FeManagerHooks
::
class
);
$ldapOperation
->
createUser
(
$frontendUser
);
return
true
;
return
$ldapOperation
->
createUser
(
$frontendUser
);
}
/**
...
...
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