Skip to content
Snippets Groups Projects
Commit 60a6545d authored by Christian Eßl's avatar Christian Eßl Committed by Daniel Goerz
Browse files

[BUGFIX] Cast id to integer in class BackendUserConfigurationUpdate

The newly introduced BackendUserConfigurationUpdate tries to pass a
string value id to the updateBackendUser() function, which requires an
integer. This commit solves that problem

Resolves: #89683
Releases: master, 9.5
Change-Id: Ieca98c01ec44b7e3a4275d645fa6d25ea09d63a2
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62350


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent 10023893
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment