Skip to content
Snippets Groups Projects
Commit c2f2d0bd authored by Daniel Siepmann's avatar Daniel Siepmann Committed by Benni Mack
Browse files

[BUGFIX] Ensure uid is integer when passing to method call

In case sqlite is used, the uid is not of type integer.
Therefore it is explicitly casted before passing to strictly typed
method call.

Resolves: #91950
Releases: master, 10.4
Change-Id: I4d9f8e4e526f861fd06f08c90c21d8b25832cc26
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65222


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarDaniel Haupt <mail@danielhaupt.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarDaniel Haupt <mail@danielhaupt.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent c03dc58f
Branches
Tags
No related merge requests found
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